Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Mar 30, 2024
1 parent 2dad039 commit a0f408d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 NODE_OPTIONS=--trace-warnings grunt apitests --silent
MOCHA_FILE=junit/apitests.xml NODE_OPTIONS=--trace-warnings grunt apitests
- name: cluster tests
run: |
MOCHA_FILE=junit/clustertests.xml grunt clustertests --silent
Expand Down
2 changes: 1 addition & 1 deletion test/config.auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"db": "mongodb://localhost/opentmi_test",
"filedb": "./data",
"auto-reload": false,
"silent": true,
"silent": false,
"autoInstallAddonDeps": false,
"verbose": 1,
"sslcertKey": "./sslcert/server.key",
Expand Down

0 comments on commit a0f408d

Please sign in to comment.