Skip to content

Commit 59716d1

Browse files
committed
cache .next/cache build directory
1 parent bd17cdd commit 59716d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
- name: Run Tests (Webapp)
7575
run: npm test
7676

77+
- name: Debug Next.js Cache Directory
78+
run: ls -la .next || echo "No cache directory found"
79+
7780
- name: Restore cache Next.js build
7881
uses: actions/cache@v3
7982
with:

0 commit comments

Comments
 (0)