Skip to content

Commit

Permalink
fixing runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Jan 5, 2024
1 parent 8f09bf1 commit 8d6940a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
- name: Run Smoke Test
run: |
cd contrib/localnet
pip install docker-compose
docker-compose version
docker-compose up orchestrator --exit-code-from orchestrator
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 8d6940a

Please sign in to comment.