Skip to content
Snippets Groups Projects
Commit bf56600b authored by Psnail's avatar Psnail Committed by GitHub
Browse files

fix: Cannot use TTY in GithubActions.

parent d2c17766
No related branches found
No related tags found
No related merge requests found
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment