From 479b84b6a1651afc1ba296e7c7df89bffd8caed4 Mon Sep 17 00:00:00 2001 From: AdrienClairembault Date: Fri, 7 Feb 2025 19:11:35 +0100 Subject: [PATCH] Trace tests to mesure performances --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6e7d870cf..40cd65bc82a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: