We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19aed96 commit a930964Copy full SHA for a930964
.github/workflows/test-federation.yml
@@ -50,7 +50,7 @@ jobs:
50
# https://github.com/docker/compose/issues/1294#issuecomment-374847206
51
run: |
52
cd packages/backend/test-federation
53
- docker compose up -d --scale tester=0
+ docker compose up --abort-on-container-exit --scale tester=0
54
- name: Test
55
56
0 commit comments