Skip to content

Commit

Permalink
ensure files are there
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 committed Sep 19, 2024
1 parent 9e6e497 commit 3fa220f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm i

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Run server
run: |
./.github/scripts/runServerV2.sh
- name: Run Playwright Modals
continue-on-error: true
run: npx playwright test tests/playwright/tests/sdk/modals --grep @${{matrix.countries}} --output=playwright-report-modals-${{matrix.countries}}
Expand All @@ -42,7 +39,5 @@ jobs:
if: always()
with:
name: playwright-report-${{matrix.countries}}
path: |
playwright-report-modals-${{matrix.countries}}/**
playwright-report-messages-${{matrix.countries}}/**
retention-days: 1
path: playwright-report/
retention-days: 30

0 comments on commit 3fa220f

Please sign in to comment.