Skip to content
Snippets Groups Projects
Commit c0c6017e authored by Falk's avatar Falk :ping_pong:
Browse files

Try to fix mongodb url for server test script

parent b79da620
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ test_server:
- cd app/server
- npm install
- PORT=3002 \
MONGODB_URL=$MONGODB_URL \
MONGODB_URL=mongodb://localhost:27017/test \
JWT_SECRET=$JWT_SECRET \
npm run test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment