We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c4368 commit 768c3dfCopy full SHA for 768c3df
1 file changed
.github/workflows/verify.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: ./.github/actions/install-dependencies
36
37
- name: Install Playwright browsers
38
- run: pnpx playwright@1.58.2 install --with-deps chromium
+ run: pnpm exec playwright install --with-deps chromium
39
40
- name: Run tests
41
run: pnpm run test --bail=1
0 commit comments