Skip to content

Commit 9ddc0d2

Browse files
committed
fix: remove changes
1 parent b6590c0 commit 9ddc0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Install Playwright Browsers
6363
if: github.ref != 'refs/heads/main' && steps.restore-playwright.outputs.cache-hit != 'true'
64-
run: npm playwright install --with-deps
64+
run: npx playwright install --with-deps
6565

6666
- name: Save Playwright browsers cache
6767
if: github.ref != 'refs/heads/main' && steps.restore-playwright.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)