Skip to content

Commit 8693ee5

Browse files
committed
fix: cypress 캐시 설치 관련 오류 해결
1 parent c90cf04 commit 8693ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/process-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
npm install -g pnpm
2626
pnpm install --frozen-lockfile
27-
pnpm run cypress install
27+
npx cypress install
2828
2929
- name: Create .env file for Testing
3030
run: |

0 commit comments

Comments
 (0)