Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 committed Sep 19, 2024
1 parent a3a2987 commit 70234e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:

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

- name: Merge Playwright Reports
run: zip -r playwright-report-${{matrix.countries}}.zip playwright-report-${{matrix.countries}}/
run: zip -r playwright-report-${{matrix.countries}}.zip playwright-report-${{matrix.countries}}/**

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 70234e6

Please sign in to comment.