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 ddbbf35 commit 4c55544Copy full SHA for 4c55544
.github/workflows/check.yml
@@ -44,10 +44,10 @@ jobs:
44
# since the amount of time it takes to restore the cache is
45
# comparable to the time it takes to download the binaries"
46
- name: Install Playwright Browsers
47
- run: npx playwright install --with-deps
+ run: ./node_modules/.bin/playwright install --with-deps
48
49
- name: Run Playwright tests
50
- run: npx playwright test
+ run: ./node_modules/.bin/playwright test
51
52
- uses: actions/upload-artifact@v4
53
if: ${{ !cancelled() }}
0 commit comments