Skip to content

Commit

Permalink
try env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Mar 29, 2024
1 parent f00e824 commit 2dad039
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: sudo docker run -d -p 27017:27017 mongo:4.4.10-focal
- name: api tests
run: |
MOCHA_FILE=junit/apitests.xml grunt apitests --silent
MOCHA_FILE=junit/apitests.xml NODE_OPTIONS=--trace-warnings grunt apitests --silent
- name: cluster tests
run: |
MOCHA_FILE=junit/clustertests.xml grunt clustertests --silent
Expand Down
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const gruntConfig = {
express: {
single_server: {
options: {
nodeArgs: ['--trace-warnings'],
delay: 15000,
script: 'app/index.js',
node_env: 'test',
Expand Down

0 comments on commit 2dad039

Please sign in to comment.