Skip to content

Commit

Permalink
install playwright browsers before running e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgit committed Jul 16, 2024
1 parent cd320b6 commit 0c46f5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- name: Run integration tests
run: npm t

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run end-to-end tests
run: npm run e2e
Expand Down

0 comments on commit 0c46f5a

Please sign in to comment.