Skip to content

Commit ab4fff8

Browse files
committed
ci: use COMPOSE_BAKE=true
1 parent 9d03960 commit ab4fff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ jobs:
213213
fail-on-cache-miss: true
214214
- name: Run Conformance Suite
215215
working-directory: ./conformance-suite
216+
env:
217+
COMPOSE_BAKE: true
216218
run: |
217219
docker compose -f docker-compose-dev.yml up -d
218220
while ! curl -skfail https://localhost.emobix.co.uk:8443/api/runner/available >/dev/null; do sleep 2; done
@@ -238,6 +240,8 @@ jobs:
238240
if: ${{ always() }}
239241
- name: Stop Conformance Suite
240242
working-directory: ./conformance-suite
243+
env:
244+
COMPOSE_BAKE: true
241245
run: |
242246
killall -SIGINT node
243247
docker compose -f docker-compose-dev.yml down

0 commit comments

Comments
 (0)