Skip to content

Commit

Permalink
Try running playwright install before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Jan 19, 2024
1 parent ceab07f commit d56384b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- run: npm ci
- run: npx playwright install-deps
- run: npx playwright install
- run: npm test
env:
WIREIT_FAILURES: continue
1 change: 1 addition & 0 deletions .github/workflows/version-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:

- run: npm ci
- run: npx playwright install-deps
- run: npx playwright install
# This script automatically fails if the version module is not up-to-date.
- run: npm run update-version-module

0 comments on commit d56384b

Please sign in to comment.