Skip to content

Commit

Permalink
Set NODE_ENV for integration tests; addressed in v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Sep 20, 2023
1 parent 9a685ba commit 020042f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
HOST: "0.0.0.0"
PORT: 3000
DO_NOT_TRACK: 1
NODE_ENV: "development"
INNGEST_BASE_URL: "http://127.0.0.1:8288/"
INNGEST_DEVSERVER_URL: "http://127.0.0.1:8288/"
- name: Wait for the example to start
Expand Down

0 comments on commit 020042f

Please sign in to comment.