Skip to content

Commit

Permalink
Fix Playwright install command
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Oct 8, 2023
1 parent a0ca5d1 commit a591f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
node-version: '${{ env.NODE_VERSION }}'
cache: 'npm'
- name: 'Install'
run: 'npm ci && npx playwright install-deps "${{ matrix.browser }}"'
run: 'npm ci && npx playwright install --with-deps "${{ matrix.browser }}"'
- name: 'Build'
run: 'npm run types && npm run build'
- name: 'Test'
Expand Down

0 comments on commit a591f22

Please sign in to comment.