Skip to content

Commit

Permalink
chore: install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
punkpeye committed Aug 26, 2022
1 parent b5ac65d commit 869355b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
node-version: "18"
cache: "npm"
- run: npm ci
- run: npx playwright install
- run: npm run test
timeout-minutes: 10
on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
node-version: "18"
cache: "npm"
- run: npm ci
- run: npx playwright install
- run: npm run test
timeout-minutes: 10
release:
Expand Down

0 comments on commit 869355b

Please sign in to comment.