Skip to content

Commit 5bc5e78

Browse files
committed
ci: use COMPOSE_BAKE=true and manually stop the conformance suite
1 parent c0b74f5 commit 5bc5e78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
fail-on-cache-miss: true
9797
- name: Run Conformance Suite
9898
working-directory: ./conformance-suite
99+
env:
100+
COMPOSE_BAKE: true
99101
run: |
100102
docker compose -f docker-compose-dev.yml up -d
101103
while ! curl -skfail https://localhost.emobix.co.uk:8443/api/runner/available >/dev/null; do sleep 2; done
@@ -115,6 +117,13 @@ jobs:
115117
PLAN_NAME: ${{ matrix.setup.plan }}
116118
VARIANT: ${{ toJSON(matrix.setup.variant) }}
117119
- run: node ./conformance/.parse-logs.mjs capture.txt
120+
- name: Stop Conformance Suite
121+
working-directory: ./conformance-suite
122+
env:
123+
COMPOSE_BAKE: true
124+
run: |
125+
docker compose -f docker-compose-dev.yml down
126+
sudo rm -rf mongo
118127
- name: Upload test artifacts
119128
id: artifact-upload-step
120129
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)