Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Dec 28, 2023
1 parent dc6f39d commit 79052e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
DOCKER_BUILDKIT: 1
run: |
cd contrib/localnet
docker-compose up --exit-code-from orchestrator orchestrator || echo "error"
docker-compose up --exit-code-from orchestrator orchestrator
docker ps
if [ $? -ne 0 ]; then
echo "Smoke Test Failed"
Expand Down

0 comments on commit 79052e4

Please sign in to comment.