Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e16cad

Browse files
fix: only install cypress on cypress tests
1 parent 52a1b63 commit 9e16cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: pnpm build
169169

170170
- name: Force download Cypress on cache miss
171-
if: steps.cache-cypress.outputs.cache-hit != 'true'
171+
if: ${{ contains(matrix.flag-for-e2e, '--cypress') && steps.cache-cypress.outputs.cache-hit != 'true'}}
172172
working-directory: ../sample-project
173173
run: pnpm exec cypress install --force
174174

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /