Skip to content

Commit

Permalink
Update playright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSette committed Oct 3, 2024
1 parent dc17951 commit 756a415
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Playwright Tests

on:
push:
branches: [main, master]
Expand All @@ -9,6 +10,17 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
environment: preview

env:
POSTGRES_URL: ${{ secrets.POSTGRES_URL }}
POSTGRES_USER: ${{ secrets.DB_USER }}
POSTGRES_PASSWORD: ${{ secrets.DB_PASSWORD }}
POSTGRES_HOST: ${{ secrets.DB_HOST }}
POSTGRES_PORT: 6543
POSTGRES_NAME: "postgres"
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
STRIPE_WEBHOOK_SECRET: ${{ secrets.STRIPE_WEBHOOK_SECRET }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 756a415

Please sign in to comment.