Skip to content

Commit

Permalink
chore: enforce cypress to install
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jan 6, 2025
1 parent ed291ab commit 526842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Install dependencies
id: install-dependencies
run: pnpm install
run: pnpm install && pnpm exec cypress install

- name: Load build cache
uses: actions/[email protected]
Expand Down

0 comments on commit 526842f

Please sign in to comment.