Skip to content

Commit

Permalink
fix ci syntax - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 14, 2023
1 parent 4fe0330 commit 380d120
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ jobs:
image: mongo:3
ports:
- 27017:27017
env:
TEMPDIR:
test-tempdir
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
Expand All @@ -127,7 +124,7 @@ jobs:
export CI_TEST_ENV=true
# rest server (background)
docker run ---network="host" --rm -i \
docker run --network="host" --rm -i \
--env CI_TEST_ENV=true \
moudash:local \
python -m rest_server \
Expand Down

0 comments on commit 380d120

Please sign in to comment.