Skip to content

Commit

Permalink
Trace tests to mesure performances
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault committed Feb 7, 2025
1 parent c3c5a87 commit 479b84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
- name: Run type checks
run: docker compose exec -T app npx tsc -p tsconfig.json --noEmit
- name: Run Playwright tests
run: docker compose exec -T app npx playwright test --workers=3
run: docker compose exec -T app npx playwright test --trace on
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 479b84b

Please sign in to comment.