Skip to content

Commit 57422a0

Browse files
committed
start node in background with forever
1 parent 890ac5c commit 57422a0

File tree

3 files changed

+1671
-18
lines changed

3 files changed

+1671
-18
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: cypress-io/github-action@v5
2525
with:
2626
command: npm run test:e2e
27-
start: npm run start-prod
28-
# wait-on: http://127.0.0.1:5000
27+
start: npm run start-prod:github
28+
wait-on: http://127.0.0.1:5000
2929

3030

0 commit comments

Comments
 (0)