We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d03960 commit ab4fff8Copy full SHA for ab4fff8
.github/workflows/conformance.yml
@@ -213,6 +213,8 @@ jobs:
213
fail-on-cache-miss: true
214
- name: Run Conformance Suite
215
working-directory: ./conformance-suite
216
+ env:
217
+ COMPOSE_BAKE: true
218
run: |
219
docker compose -f docker-compose-dev.yml up -d
220
while ! curl -skfail https://localhost.emobix.co.uk:8443/api/runner/available >/dev/null; do sleep 2; done
@@ -238,6 +240,8 @@ jobs:
238
240
if: ${{ always() }}
239
241
- name: Stop Conformance Suite
242
243
244
245
246
killall -SIGINT node
247
docker compose -f docker-compose-dev.yml down
0 commit comments