Skip to content

Commit bca4e7d

Browse files
committed
chore: added comment
1 parent e8528e5 commit bca4e7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
restore-keys: cypress-${{ runner.os }}-
3030
- name: Install dependencies
3131
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
3234
- name: Install cypress dependencies
3335
if: steps.restore-cypress.outputs.cache-hit != 'true'
3436
run: npx cypress install

0 commit comments

Comments
 (0)