Skip to content

Commit

Permalink
attempt to fix github action cypress binary err, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
smastrom committed Apr 8, 2024
1 parent 5db75bb commit 40211f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chrome-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install deps
run: pnpm i
- name: Install Cypress binaries
run: npx cypress install
run: pnpm dlx cypress install
- name: Chrome tests
run: pnpm test:chrome
2 changes: 1 addition & 1 deletion .github/workflows/firefox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install deps
run: pnpm i
- name: Install Cypress binaries
run: npx cypress install
run: pnpm dlx cypress install
- name: Firefox tests
run: pnpm test:firefox

0 comments on commit 40211f5

Please sign in to comment.