Skip to content

Commit

Permalink
add dependiencies param to playwright install
Browse files Browse the repository at this point in the history
JSUI-3538
  • Loading branch information
wmannard committed Oct 15, 2024
1 parent 2c28f47 commit 5a07a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
cd ${{ github.workspace }}/playwright
npm install
npx playwright install
npx playwright install --with-deps
- name: Run tests
run: |
Expand Down

0 comments on commit 5a07a28

Please sign in to comment.