Skip to content

Commit

Permalink
ci(.github/workflows/build.yml): add playwright install for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shc261392 committed Nov 8, 2023
1 parent 7a71eb4 commit 64512bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npx playwright install
- run: npm run test

0 comments on commit 64512bc

Please sign in to comment.