Skip to content

Commit

Permalink
Fix cypress test requiring sitemaps url
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed May 15, 2023
1 parent 66e4e83 commit 7b41507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
secrets:
NEXT_PUBLIC_API_URL:
required: true
SITEMAPS_URL:
required: true
CYPRESS_RECORD_KEY:
required: true
CYPRESS_USER_COOKIE:
Expand Down Expand Up @@ -32,6 +34,7 @@ jobs:
env:
NODE_ENV: test
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
SITEMAPS_URL: ${{ secrets.SITEMAPS_URL }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_USER_COOKIE: ${{ secrets.CYPRESS_USER_COOKIE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b41507

Please sign in to comment.