Skip to content

Commit

Permalink
use proper exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
eladyn committed Dec 30, 2024
1 parent c1e3515 commit 88f44f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: contrib/gen-docker-compose.sh linux/arm64 > docker-compose.yml
- name: Run compose file
run: |
docker compose up
docker compose up --exit-code-from build-container

0 comments on commit 88f44f4

Please sign in to comment.