Skip to content

Commit

Permalink
No hangup for node server run + print env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 8, 2024
1 parent 68274ed commit ca48269
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
working-directory: ./frontend
run: set -a && source ../.env.dev && set +a

- name: Check Env Variables
run: printenv

- name: Clean Yarn Cache
working-directory: ./frontend
run: sudo yarn cache clean
Expand All @@ -53,7 +56,7 @@ jobs:
- name: Run Node Server
working-directory: ./frontend
run: node .output/server/index.mjs
run: nohup node .output/server/index.mjs &

- name: Install Playwright Browsers
working-directory: ./frontend
Expand Down

0 comments on commit ca48269

Please sign in to comment.