Skip to content

Commit

Permalink
install playwrite with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelh1983 committed Jul 17, 2024
1 parent 3a2f37c commit 0d9fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-next-NPM-dev-branch-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
run: npm run build
- name: Install playwright
run: npx playwright install
run: npx playwright install --with-deps
- name: Test build
run: npm run test
- name: Version to prerelease
Expand Down

0 comments on commit 0d9fc87

Please sign in to comment.