Skip to content

Commit 8b126e6

Browse files
committed
ci: don't force install every time
1 parent afabcf9 commit 8b126e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
working-directory: ../sample-project
174174
run: |
175175
pnpm exec cypress cache list
176-
pnpm exec cypress install --force
176+
pnpm exec cypress install
177177
178178
- if: ${{ contains(matrix.flag-for-e2e, '--playwright') }}
179179
name: Install Playwright dependencies

0 commit comments

Comments
 (0)