Skip to content

Commit 75f9be4

Browse files
committed
fix(ci):trying something with build to see if work
1 parent 9199638 commit 75f9be4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/upload-artifact@v4
8585
with:
8686
name: build-artifacts
87-
path: .next/**
87+
path: ./.next
8888
retention-days: 7
8989

9090
test:
@@ -151,13 +151,13 @@ jobs:
151151

152152
- name: Install dependencies
153153
run: npm ci
154-
- name: List .next directory before upload (Diagnostic)
155-
run: ls -laR .next
154+
156155
- name: Download build artifacts
157156
uses: actions/download-artifact@v4
158157
with:
159158
name: build-artifacts
160159
path: .next
160+
161161
- name: Start application server
162162
run: npx next start
163163

@@ -171,4 +171,4 @@ jobs:
171171
http://localhost:3000
172172
uploadArtifacts: true
173173
temporaryPublicStorage: true
174-
continue-on-error: true
174+
continue-on-error: true

0 commit comments

Comments
 (0)