Skip to content

Commit 4ba51bd

Browse files
committed
fix(ci):changed working directory of lighthouse
1 parent b036412 commit 4ba51bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Start application server
162162
run: npm start & # Use '&' to run in background
163-
working-directory: .next
163+
working-directory: .
164164

165165
- name: Run Lighthouse CI
166166
uses: treosh/lighthouse-ci-action@v12

0 commit comments

Comments
 (0)