Skip to content

Commit d3fff75

Browse files
committed
ci: mock envs to fix build for e2e tests
1 parent 9e53b50 commit d3fff75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ concurrency:
1717
jobs:
1818
main:
1919
runs-on: ubuntu-latest
20+
env:
21+
NEXT_PUBLIC_TURNSTILE_SITEKEY: 'e2e-sitekey'
22+
GIT_COMMIT_SHA: ${{ github.sha }}
2023
steps:
2124
- name: Checkout code
2225
uses: actions/checkout@v4

0 commit comments

Comments
 (0)