Skip to content

Commit c0b8471

Browse files
authored
Update docker-test-3.yml
1 parent 9c09eb3 commit c0b8471

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-test-3.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ jobs:
2828
dotnet run --no-launch-profile --project ./server/Examples/BookingSystem.AspNetCore/BookingSystem.AspNetCore.csproj --configuration Release --no-build &
2929
env:
3030
ASPNETCORE_ENVIRONMENT: ${{ matrix.profile }}
31+
32+
- name: Create output dir
33+
run: mkdir -p ./output/
3134

3235
- name: Run OpenActive Test Suite
3336
uses: openactive/openactive-test-suite@master
3437
with:
3538
NODE_CONFIG: |
36-
{"ci": false, "broker": {"outputPath": "/github/workspace/output/", "datasetSiteUrl": "http://host.docker.internal/openactive"}, "integrationTests": { "outputPath": "/github/workspace/output/", "conformanceCertificatePath": "/github/workspace/conformance/examples/${{ matrix.profile }}/${{ matrix.mode }}/", "useRandomOpportunities": ${{ matrix.mode == 'random' }}, "conformanceCertificateId": "https://certificates.reference-implementation.openactive.io/examples/${{ matrix.profile }}/${{ matrix.mode }}/" }}
39+
{"ci": true, "broker": {"outputPath": "/github/workspace/output/", "datasetSiteUrl": "http://host.docker.internal/openactive"}, "integrationTests": { "outputPath": "/github/workspace/output/", "conformanceCertificatePath": "/github/workspace/conformance/examples/${{ matrix.profile }}/${{ matrix.mode }}/", "useRandomOpportunities": ${{ matrix.mode == 'random' }}, "conformanceCertificateId": "https://certificates.reference-implementation.openactive.io/examples/${{ matrix.profile }}/${{ matrix.mode }}/" }}
3740
NODE_ENV: .example.${{ matrix.profile }}
3841
NODE_APP_INSTANCE: ci
3942

0 commit comments

Comments
 (0)