diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 087d25e..1b507e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,9 +63,9 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: - start: pnpm start + start: CYPRESS=true pnpm start browser: chrome - + - name: Upload screenshots uses: actions/upload-artifact@v3 if: failure()