Skip to content

Commit 64898b1

Browse files
committed
Get the exit status of the container.
1 parent 2844d46 commit 64898b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
run: |
4646
docker compose build
47-
docker compose up test
47+
docker compose up --exit-code-from test
4848
docker compose down
4949
5050
- name: Publish

0 commit comments

Comments
 (0)