Skip to content

Commit 62605ac

Browse files
authored
Fix update-snapshots tests (#261)
1 parent affc83b commit 62605ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/update-snapshots/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
${{ inputs.npm_client }} install
7777
# Force installing the dependencies
7878
npx playwright install-deps || true
79-
${{ inputs.npm_client }} run playwright install ${{ inputs.browser || 'chromium' }}
79+
npx playwright install ${{ inputs.browser || 'chromium' }}
8080
8181
- name: Wait for the server
8282
if: ${{ inputs.start_server_script != 'null' }}

0 commit comments

Comments
 (0)