Skip to content

Commit

Permalink
chore: add .env.e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Oct 30, 2024
1 parent a3293a9 commit a11f2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: npm ci
- name: Copy env
run: cp .env.e2e .env
- name: Do DB migrations
run: npm run db:push
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit a11f2e8

Please sign in to comment.