Skip to content

Commit 9199638

Browse files
authored
fix(ci): diagnostic for before download of artifact
1 parent 22f6161 commit 9199638

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,13 @@ jobs:
151151

152152
- name: Install dependencies
153153
run: npm ci
154-
154+
- name: List .next directory before upload (Diagnostic)
155+
run: ls -laR .next
155156
- name: Download build artifacts
156157
uses: actions/download-artifact@v4
157158
with:
158159
name: build-artifacts
159160
path: .next
160-
- name: List .next directory before upload (Diagnostic)
161-
run: ls -laR .next
162161
- name: Start application server
163162
run: npx next start
164163

@@ -172,4 +171,4 @@ jobs:
172171
http://localhost:3000
173172
uploadArtifacts: true
174173
temporaryPublicStorage: true
175-
continue-on-error: true
174+
continue-on-error: true

0 commit comments

Comments
 (0)