Skip to content

Commit 3b1eaf7

Browse files
committed
update yml file
1 parent 4d6ef18 commit 3b1eaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
npm ci --legacy-peer-deps
2121
npm run build:no-translate
2222
- name: Install Playwright Browsers
23-
run: npx playwright install --with-deps
23+
run: npx playwright install chromium firefox webkit --with-deps
2424
- name: Install wp-env
2525
run: |
2626
npm install -g @wordpress/env
@@ -58,5 +58,5 @@ jobs:
5858
## Playwright Report Artifact
5959
| file | commit |
6060
| ---- | ------ |
61-
| [playwright-report-${{ env.VERSION_SUFFIX }}.zip](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}) | ${{ github.sha }} |
61+
| [playwright-report-${{ env.VERSION_SUFFIX }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}) | ${{ github.sha }} |
6262
edit-mode: replace

0 commit comments

Comments
 (0)