Skip to content

Commit ca48269

Browse files
committed
No hangup for node server run + print env vars
1 parent 68274ed commit ca48269

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_ci_playwright_e2e.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
working-directory: ./frontend
4242
run: set -a && source ../.env.dev && set +a
4343

44+
- name: Check Env Variables
45+
run: printenv
46+
4447
- name: Clean Yarn Cache
4548
working-directory: ./frontend
4649
run: sudo yarn cache clean
@@ -53,7 +56,7 @@ jobs:
5356
5457
- name: Run Node Server
5558
working-directory: ./frontend
56-
run: node .output/server/index.mjs
59+
run: nohup node .output/server/index.mjs &
5760

5861
- name: Install Playwright Browsers
5962
working-directory: ./frontend

0 commit comments

Comments
 (0)