Skip to content

Commit

Permalink
Install playwright before testing and publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Feb 12, 2024
1 parent 52b51e7 commit 3733576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run build --if-present
- run: npm test

publish-npm:
Expand Down

0 comments on commit 3733576

Please sign in to comment.