Skip to content

Commit af6ddb4

Browse files
committed
install cypress binaries on ci
1 parent 52e98b4 commit af6ddb4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/chrome-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
node-version: '18'
1515
- uses: pnpm/action-setup@v2
1616
name: Install pnpm
17-
id: pnpm-install
1817
with:
1918
version: 8
2019
run_install: true
20+
- name: Install Cypress binaries
21+
run: npx cypress install
2122
- name: Chrome tests
2223
run: pnpm test:chrome

.github/workflows/firefox-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
node-version: '18'
1515
- uses: pnpm/action-setup@v2
1616
name: Install pnpm
17-
id: pnpm-install
1817
with:
1918
version: 8
2019
run_install: true
20+
- name: Install Cypress binaries
21+
run: npx cypress install
2122
- name: Firefox tests
2223
run: pnpm test:firefox

0 commit comments

Comments
 (0)