We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8528e5 commit bca4e7dCopy full SHA for bca4e7d
.github/workflows/build.yaml
@@ -29,6 +29,8 @@ jobs:
29
restore-keys: cypress-${{ runner.os }}-
30
- name: Install dependencies
31
run: npm ci
32
+ # cypress binary is installed via postinstall script which is blocked with ignore-scripts=true
33
+ # if missing from cache, so we need to run it conditionally
34
- name: Install cypress dependencies
35
if: steps.restore-cypress.outputs.cache-hit != 'true'
36
run: npx cypress install
0 commit comments