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

fix: Cannot use TTY in GithubActions.

parent 6b97c1f0
Branches
Tags
No related merge requests found
...@@ -63,4 +63,4 @@ docker build . -t ci-consumer --build-arg PR_ORIGIN_REPO=${TRAVIS_PULL_REQUEST_ ...@@ -63,4 +63,4 @@ docker build . -t ci-consumer --build-arg PR_ORIGIN_REPO=${TRAVIS_PULL_REQUEST_
cd ${ROOT_DIR} cd ${ROOT_DIR}
# run provider # run provider
# check consumer status # check consumer status
docker run -it --network host ci-consumer docker run -i --network host ci-consumer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment