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.
update-snapshots
1 parent affc83b commit 62605acCopy full SHA for 62605ac
.github/actions/update-snapshots/action.yml
@@ -76,7 +76,7 @@ runs:
76
${{ inputs.npm_client }} install
77
# Force installing the dependencies
78
npx playwright install-deps || true
79
- ${{ inputs.npm_client }} run playwright install ${{ inputs.browser || 'chromium' }}
+ npx playwright install ${{ inputs.browser || 'chromium' }}
80
81
- name: Wait for the server
82
if: ${{ inputs.start_server_script != 'null' }}
0 commit comments