diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-26 13:10:20 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-26 14:46:35 +0000 |
commit | 1275280a9e3a31f6080079d564a8fb9e1847db8b (patch) | |
tree | 051fa37a2fe30052254bf79a60bd870667fcc0b7 | |
parent | 1eb794de5d121d090811919bc4addd63ea2fd321 (diff) |
fix: tests in CI
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee429c0..e4f0e14 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,6 +65,8 @@ jobs: with: start: pnpm start browser: chrome + env: + CYPRESS: true - name: Upload screenshots uses: actions/upload-artifact@v3 |