Skip to content

Commit

Permalink
test(e2e): add cypress env vars to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Dec 10, 2024
1 parent aade944 commit 008d84b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
CYPRESS_BASE_URL: ${{ vars.HOST }}
CYPRESS_EMAIL: ${{ secrets.CYPRESS_EMAIL }}
CYPRESS_PASSWORD: ${{ secrets.CYPRESS_PASSWORD }}
CYPRESS_MAILER_HOST: ${{ vars.CYPRESS_MAILER_HOST }}
CYPRESS_MAILER_USER: ${{ secrets.CYPRESS_MAILER_USER }}
CYPRESS_MAILER_PASSWORD: ${{ secrets.CYPRESS_MAILER_PASSWORD }}

- name: Upload screenshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 008d84b

Please sign in to comment.