Skip to content

Commit 836d40e

Browse files
committed
Remove node_profiling related jobs
1 parent 24c9800 commit 836d40e

File tree

4 files changed

+7
-438
lines changed

4 files changed

+7
-438
lines changed

.github/actions/install-playwright/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828

2929
# We always install all browsers, if uncached
3030
- name: Install Playwright dependencies (uncached)
31-
run: npx playwright install chromium webkit firefox
31+
run: npx playwright install chromium webkit firefox --with-deps
3232
if: steps.playwright-cache.outputs.cache-hit != 'true'
3333
shell: bash
3434
working-directory: ${{ inputs.cwd }}

0 commit comments

Comments
 (0)