Skip to content

Commit

Permalink
Merge pull request #1154 from serlo/verbose-docker-tests
Browse files Browse the repository at this point in the history
test: Add --verbose to docker tests
  • Loading branch information
kulla authored Nov 30, 2023
2 parents 76691ac + 620e8a2 commit 5a678ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"stop:enmeshed": "docker-compose -f enmeshed/docker-compose.yml down",
"stop:redis": "docker-compose stop",
"test": "jest --config jest.config.cjs --runInBand --forceExit",
"test:docker:server": "curl -X POST -H 'Content-type: application/json' --data '{\"query\": \"query { version }\" }' http://localhost:3001/graphql",
"test:docker:swr-queue-worker": "curl -s http://localhost:3030/.well-known/health | grep OK",
"test:docker:server": "curl --verbose -H 'Content-type: application/json' --data '{\"query\": \"query { version }\" }' http://localhost:3001/graphql",
"test:docker:swr-queue-worker": "curl --verbose http://localhost:3030/.well-known/health | grep OK",
"update-version": "./scripts/update_version.sh"
},
"dependencies": {
Expand Down

0 comments on commit 5a678ef

Please sign in to comment.