We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2844d46 commit 64898b1Copy full SHA for 64898b1
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
shell: bash
45
run: |
46
docker compose build
47
- docker compose up test
+ docker compose up --exit-code-from test
48
docker compose down
49
50
- name: Publish
0 commit comments