Skip to content

Commit ed9d2bf

Browse files
authored
Update docker-test.yaml
1 parent aaaf230 commit ed9d2bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
5252
steps:
5353
- name: Run OpenActive Test Suite
54-
uses: openactive/openactive-test-suite@d7cbdac7f03ce75f282927fe67c9a375f1e440a8
54+
uses: openactive/openactive-test-suite@latest
5555
with:
5656
NODE_CONFIG: |
5757
{"broker": {"outputPath": "/github/workspace/output/", "datasetSiteUrl": "http://reference.bookingsystem/openactive"}, "integrationTests": { "outputPath": "/github/workspace/output/", "useRandomOpportunities": true }, "sellers": {"primary": { "@id": "http://reference.bookingsystem/api/identifiers/sellers/1","authentication": {"requestHeaders": {"X-OpenActive-Test-Seller-Id": "http://reference.bookingsystem/api/identifiers/sellers/1"}}},"secondary": { "@id": "http://reference.bookingsystem/api/identifiers/sellers/2","authentication": {"requestHeaders": {"X-OpenActive-Test-Seller-Id": "http://reference.bookingsystem/api/identifiers/sellers/2"}}}}}
5858
NODE_ENV: .example.all-features
5959
NODE_APP_INSTANCE: ci
6060
- name: Upload test output as artifact
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
if: ${{ success() || failure() }}
6363
with:
6464
name: docker-test

0 commit comments

Comments
 (0)