We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f6161 commit 9199638Copy full SHA for 9199638
.github/workflows/ci.yml
@@ -151,14 +151,13 @@ jobs:
151
152
- name: Install dependencies
153
run: npm ci
154
-
+ - name: List .next directory before upload (Diagnostic)
155
+ run: ls -laR .next
156
- name: Download build artifacts
157
uses: actions/download-artifact@v4
158
with:
159
name: build-artifacts
160
path: .next
- - name: List .next directory before upload (Diagnostic)
161
- run: ls -laR .next
162
- name: Start application server
163
run: npx next start
164
@@ -172,4 +171,4 @@ jobs:
172
171
http://localhost:3000
173
uploadArtifacts: true
174
temporaryPublicStorage: true
175
- continue-on-error: true
+ continue-on-error: true
0 commit comments