Skip to content

Commit

Permalink
CI fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasename committed Oct 7, 2023
1 parent a648957 commit 3aa9959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3aa9959

Please sign in to comment.