Skip to content

Commit

Permalink
disable tty for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Aug 9, 2018
1 parent bb0a89a commit 7f20bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sleep 2
docker run -it \
docker run \
-e SERVER_URL=http://integration_server:1234/query \
--link=integration_server \
gqlgen/node ../.circleci/integration.sh
Expand Down
2 changes: 1 addition & 1 deletion .circleci/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

echo "### running jest integration spec"
./node_modules/.bin/jest
./node_modules/.bin/jest --color


echo "### validating introspected schema"
Expand Down

0 comments on commit 7f20bde

Please sign in to comment.