Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit a6fe9c9

Browse files
committed
Install Cypress binary before running tests
1 parent 0d5a3e5 commit a6fe9c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
yarn set resolution "cypress@npm:10 - 12" ${{ matrix.cypress }}
136136
grep --after-context=1 "^\".*cypress.*" yarn.lock
137137
138+
- name: Install Cypress binary
139+
run: yarn workspace cypress-integration exec cypress install
140+
138141
- run: yarn build:plugins && yarn build:cypress-tests
139142

140143
- name: Test

0 commit comments

Comments
 (0)