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 c8325aa
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 @@ -46,6 +46,11 @@ jobs:
retention-days: 30

- name: 💀 Run Portal 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 portal-e2e:e2e --reporter=html --verbose

- name: 📄 Upload Portal E2E Playwright Report
Expand Down

0 comments on commit c8325aa

Please sign in to comment.