Skip to content

Commit 30912bb

Browse files
committed
Dropped --abort-container-on-exit from check.container-run.yml workflow
1 parent ab716f4 commit 30912bb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/check.container-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Run bunny integration test
1616
working-directory: docker/bunny-wrapper
17-
run: docker compose -f test.compose.yml up --build --abort-on-container-exit --exit-code-from bunny
17+
run: docker compose -f test.compose.yml up --build --exit-code-from bunny
1818

1919
- name: Verify bunny output
2020
working-directory: docker/bunny-wrapper
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Run analytics dev integration test
3737
working-directory: docker/analytics-dev
38-
run: docker compose -f test.compose.yml up --build --abort-on-container-exit --exit-code-from analytics-dev
38+
run: docker compose -f test.compose.yml up --build --exit-code-from analytics-dev
3939

4040
- name: Verify analytics dev output
4141
working-directory: docker/analytics-dev

docker/analytics-dev/test.compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ services:
22
db:
33
image: postgres:18
44
ports:
5-
- "5432:5432"
65
environment:
76
POSTGRES_PASSWORD: postgres
87
POSTGRES_DB: omop

0 commit comments

Comments
 (0)