diff --git a/.github/workflows/docker-test-3.yml b/.github/workflows/docker-test-3.yml index 74d81d9..3b87d82 100644 --- a/.github/workflows/docker-test-3.yml +++ b/.github/workflows/docker-test-3.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: image: mcr.microsoft.com/dotnet/sdk:3.1 - options: --network-alias booking.system --expose 5001 -p 5001:5001 + options: --network-alias booking.system --expose 5000 strategy: fail-fast: false matrix: @@ -40,7 +40,7 @@ jobs: uses: openactive/openactive-test-suite@master with: NODE_CONFIG: | - {"ci": true, "broker": {"outputPath": "/github/workspace/output/", "datasetSiteUrl": "http://booking.system:5001/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 }}/" }} + {"ci": true, "broker": {"outputPath": "/github/workspace/output/", "datasetSiteUrl": "http://booking.system:5000/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 }}/" }} NODE_ENV: .example.${{ matrix.profile }} NODE_APP_INSTANCE: ci