Update ci.yml

This commit is contained in:
shamoon 2025-03-04 13:09:10 -08:00
parent 4a945d608e
commit c39fafb229
No known key found for this signature in database

View File

@ -261,7 +261,7 @@ jobs:
-
name: Run Playwright e2e tests
env:
JEST_JUNIT_OUTPUT_FILE: src-ui/junit-report-${{ matrix.shard-index }}.xml
JEST_JUNIT_OUTPUT_FILE: junit-report-${{ matrix.shard-index }}.xml
run: cd src-ui && npx playwright test --shard ${{ matrix.shard-index }}/${{ matrix.shard-count }}
-
name: Upload Playwright test results