diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cae650613..b12de2876 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -255,6 +255,8 @@ jobs: - name: E2E Tests run: pnpm test:e2e ${{ matrix.suite }} + env: + NODE_ENV: test - uses: actions/upload-artifact@v4 if: always()