Skip to content

Commit

Permalink
fix: Cannot use TTY in GithubActions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdttttt authored Sep 11, 2020
1 parent 6b97c1f commit f68bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrate_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ docker build . -t ci-consumer --build-arg PR_ORIGIN_REPO=${TRAVIS_PULL_REQUEST_
cd ${ROOT_DIR}
# run provider
# check consumer status
docker run -it --network host ci-consumer
docker run -i --network host ci-consumer

0 comments on commit f68bcc2

Please sign in to comment.