Skip to content

Commit

Permalink
chore: Use correct config for reporter example
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Dec 12, 2024
1 parent bb061c0 commit a1db13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }}
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
run: |
npx playwright test --shard=${{ matrix.shard }}/${{ strategy.job-total }}
npx playwright test -c playwright.config.reporter.ts --shard=${{ matrix.shard }}/${{ strategy.job-total }}

0 comments on commit a1db13e

Please sign in to comment.