Skip to content

Commit 22f6161

Browse files
committed
fix(ci):added diagnostic step to see the issue
1 parent ce6e8f9 commit 22f6161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ jobs:
157157
with:
158158
name: build-artifacts
159159
path: .next
160-
160+
- name: List .next directory before upload (Diagnostic)
161+
run: ls -laR .next
161162
- name: Start application server
162163
run: npx next start
163164

0 commit comments

Comments
 (0)