We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2945c10 commit 1afd275Copy full SHA for 1afd275
.github/workflows/nextjs.yml
@@ -26,10 +26,11 @@ jobs:
26
- name: Build
27
run: yarn build
28
29
- - name: Start dev server
30
- uses: JarvusInnovations/background-action@v1.0.7
+ - name: Start apps
+ uses: JarvusInnovations/background-action@v1.0.7
31
with:
32
run: yarn dev &
33
- working-directory: ./
34
wait-on: http://localhost:3000
35
wait-for: 120s
+ tail: true
36
+ log-output: stdout,stderr
0 commit comments