Skip to content

Commit

Permalink
chore: add test env
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jul 26, 2023
1 parent 434969f commit 86709a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
CYPRESS_TEST_UNAUTHORIZED_PASSWORD: ${{ secrets.TEST_UNAUTHORIZED_PASSWORD }}
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}
TEST_ENV: "test"
run: yarn test:e2e
working-directory: ./app

Expand Down

0 comments on commit 86709a5

Please sign in to comment.