Skip to content

Commit

Permalink
Add env variables to cypress test run
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Sep 17, 2023
1 parent afea769 commit 4c2892f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: yarn build
- name: Run cypress tests
uses: cypress-io/github-action@v2
env:
SESSION_SIGNING_SECRET: notsosecretthing
GOOGLE_OAUTH_CLIENT_ID: whatever
GOOGLE_OAUTH_CLIENT_SECRET: whatever
ROOT_URL: http://localhost:1337
with:
install: false
start: yarn start
Expand Down

0 comments on commit 4c2892f

Please sign in to comment.