Skip to content

Commit 2aa00a4

Browse files
authored
Update docker-test-2.yaml
1 parent 68a1d98 commit 2aa00a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-test-2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444

4545
- name: Run OpenActive Test Suite
46-
uses: openactive/openactive-test-suite@d7cbdac7f03ce75f282927fe67c9a375f1e440a8
46+
uses: openactive/openactive-test-suite@master
4747
with:
4848
NODE_CONFIG: |
4949
{"ci": false, "broker": {"outputPath": "/github/workspace/output/", "datasetSiteUrl": "https://refimpl-api: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 }}/" }}
@@ -55,4 +55,4 @@ jobs:
5555
if: ${{ success() || failure() }}
5656
with:
5757
name: core.${{ matrix.mode }}.${{ matrix.profile }}
58-
path: ./output/
58+
path: ./output/

0 commit comments

Comments
 (0)