Skip to content

Commit 4001944

Browse files
committed
fix cypress cache
1 parent d7aaf9f commit 4001944

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
node-version: 24
1818
cache: "pnpm"
1919
- name: Install dependencies
20-
run: pnpm install
20+
run: |
21+
pnpm install
22+
pnpm cypress install
2123
- name: Migrate database
2224
run: pnpm dlx wrangler d1 migrations apply DB --local
2325
- name: Build frontend

0 commit comments

Comments
 (0)