Skip to content

Commit

Permalink
use --network="host"
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 14, 2023
1 parent 7ae5f5a commit f0fc8af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ jobs:
export CI_TEST_ENV=true
# rest server (background)
docker run --rm -i \
docker run ---network="host" --rm -i \
--env CI_TEST_ENV=true \
-p 8080:8080 \
moudash:local \
python -m rest_server \
&
Expand Down

0 comments on commit f0fc8af

Please sign in to comment.