ci: fix run e2e command (#10779)

This commit is contained in:
Alessio Gravili
2025-01-23 20:47:49 -07:00
committed by GitHub
parent b9d3250117
commit 344b23139e
12 changed files with 8780 additions and 3100 deletions

View File

@@ -361,6 +361,12 @@ jobs:
if: steps.cache-playwright-browsers.outputs.cache-hit == 'true'
run: pnpm exec playwright install-deps chromium
- name: E2E Tests
run: PLAYWRIGHT_JSON_OUTPUT_NAME=results_${{ matrix.suite }}.json pnpm test:e2e:prod:ci ${{ matrix.suite }}
env:
PLAYWRIGHT_JSON_OUTPUT_NAME: results_${{ matrix.suite }}.json
NEXT_TELEMETRY_DISABLED: 1
- uses: actions/upload-artifact@v4
if: always()
with: