Skip to content

Commit 1afd275

Browse files
committed
TECH-1172 change to jarvus
1 parent 2945c10 commit 1afd275

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nextjs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
- name: Build
2727
run: yarn build
2828

29-
- name: Start dev server
30-
uses: JarvusInnovations/background-action@v1.0.7
29+
- name: Start apps
30+
uses: JarvusInnovations/background-action@v1.0.7
3131
with:
3232
run: yarn dev &
33-
working-directory: ./
3433
wait-on: http://localhost:3000
3534
wait-for: 120s
35+
tail: true
36+
log-output: stdout,stderr

0 commit comments

Comments
 (0)