Skip to content

Commit d56384b

Browse files
committed
Try running playwright install before tests
1 parent ceab07f commit d56384b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- run: npm ci
1818
- run: npx playwright install-deps
19+
- run: npx playwright install
1920
- run: npm test
2021
env:
2122
WIREIT_FAILURES: continue

.github/workflows/version-module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616

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

0 commit comments

Comments
 (0)