Skip to content

Commit

Permalink
ci(github): add playwright install to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Aug 1, 2024
1 parent 46b813c commit 9ddf22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npx playwright install
- run: npm run test
- run: npm run build
- run: npm publish --tag latest ./lib --access public
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npx playwright install
- run: npm run test
- run: npm run build
- run: npm publish --tag alpha ./lib
Expand Down

0 comments on commit 9ddf22f

Please sign in to comment.