Skip to content

Commit

Permalink
Small fix for missing playwright browser installation (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomendix authored Feb 10, 2025
2 parents d8ff613 + 164d36e commit 6c07291
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/RunE2EModernClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps chromium
- name: "Executing E2E tests"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -63,7 +65,4 @@ jobs:
path: |
${{ github.workspace }}/packages/**/tests/e2e/screenshot-results/diff/**/*.png
${{ github.workspace }}/packages/**/tests/e2e/screenshot-results/TESTFAIL_*.png
${{ github.workspace }}/packages/**/cypress-visual-screenshots/diff/*.png
${{ github.workspace }}/packages/**/cypress-visual-screenshots/comparison/*.png
${{ github.workspace }}/packages/**/cypress/videos/*.mp4
if-no-files-found: error

0 comments on commit 6c07291

Please sign in to comment.