Skip to content

Commit b25675f

Browse files
authored
Update ci.yml
1 parent 470c6e9 commit b25675f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ jobs:
157157
with:
158158
name: build-artifacts
159159
path: .next/*
160+
161+
- name: Start application server
162+
run: npm start & # Use '&' to run in background
163+
working-directory: .next
160164

161165
- name: Run Lighthouse CI
162166
uses: treosh/lighthouse-ci-action@v12

0 commit comments

Comments
 (0)