Skip to content

Commit

Permalink
feat: add env variable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p committed Nov 24, 2021
1 parent 305a82a commit 3108deb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ jobs:
browser: chrome
headless: true
wait-on: http://localhost:4200
env: # Or as an environment variable
CYPRESS_PIA_BACK_URL: ${{ secrets.CYPRESS_PIA_BACK_URL }}
CYPRESS_PIA_BACK_ID: ${{ secrets.CYPRESS_PIA_BACK_ID }}
CYPRESS_PIA_BACK_SECRET: ${{ secrets.CYPRESS_PIA_BACK_SECRET }}

0 comments on commit 3108deb

Please sign in to comment.