Skip to content

Commit

Permalink
fix?: install cypress during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Jun 26, 2024
1 parent 288a8eb commit b806237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- name: Vitest
run: bun run vitest:run

- name: Verify Cypress
- name: Install and verify Cypress
env:
CI: 1
run: |
bunx cypress install
bunx cypress verify
bunx cypress info
bunx cypress version
Expand Down

0 comments on commit b806237

Please sign in to comment.