Skip to content

Commit

Permalink
seperate files
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 committed Sep 19, 2024
1 parent c24e42a commit d818324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
./.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-${{matrix.countries}}
run: npx playwright test tests/playwright/tests/sdk/modals --grep @${{matrix.countries}} --output=playwright-report-${{matrix.countries}}/modal

- name: Run Playwright Messages
continue-on-error: true
run: npx playwright test tests/playwright/tests/sdk/messages --grep @${{matrix.countries}} --output=playwright-report-${{matrix.countries}}
run: npx playwright test tests/playwright/tests/sdk/messages --grep @${{matrix.countries}} --output=playwright-report-${{matrix.countries}}/message

- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-${{matrix.countries}}
path: playwright-report/
path: playwright-report/**
retention-days: 30

0 comments on commit d818324

Please sign in to comment.