Skip to content

Commit 6c07291

Browse files
Small fix for missing playwright browser installation (#1433)
2 parents d8ff613 + 164d36e commit 6c07291

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/RunE2EModernClient.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
cache: "pnpm"
4141
- name: Install dependencies
4242
run: pnpm install
43+
- name: Install Playwright Browsers
44+
run: pnpm exec playwright install --with-deps chromium
4345
- name: "Executing E2E tests"
4446
env:
4547
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -63,7 +65,4 @@ jobs:
6365
path: |
6466
${{ github.workspace }}/packages/**/tests/e2e/screenshot-results/diff/**/*.png
6567
${{ github.workspace }}/packages/**/tests/e2e/screenshot-results/TESTFAIL_*.png
66-
${{ github.workspace }}/packages/**/cypress-visual-screenshots/diff/*.png
67-
${{ github.workspace }}/packages/**/cypress-visual-screenshots/comparison/*.png
68-
${{ github.workspace }}/packages/**/cypress/videos/*.mp4
6968
if-no-files-found: error

0 commit comments

Comments
 (0)