Skip to content

Commit

Permalink
Get the exit status of the container.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jun 3, 2024
1 parent 2844d46 commit 64898b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash
run: |
docker compose build
docker compose up test
docker compose up --exit-code-from test
docker compose down
- name: Publish
Expand Down

0 comments on commit 64898b1

Please sign in to comment.