Skip to content

Commit

Permalink
adjust exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon J. Köhn committed Dec 20, 2024
1 parent 4230a4d commit ccba2e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,7 @@ jobs:
env:
CI: true
run: |
docker-compose up --build
set -e
docker-compose --env-file .env up --build || exit_code=$?
docker-compose down
exit $exit_code

0 comments on commit ccba2e6

Please sign in to comment.