Skip to content

Commit

Permalink
ci(e2e): fix failing tests by adding .env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
HasithDeAlwis committed Oct 5, 2024
1 parent 26481bf commit 8675034
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/TEST_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
retention-days: 30

- name: 💀 Run Website E2E Tests
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
run: pnpm nx run website-e2e:e2e --reporter=html --verbose

- name: 📄 Upload Website E2E Playwright Report
Expand Down

0 comments on commit 8675034

Please sign in to comment.