From d0062196746779bde4a2587bd0998fe873e9b771 Mon Sep 17 00:00:00 2001 From: Alex Newton Date: Tue, 26 Nov 2024 10:55:41 +0000 Subject: [PATCH] Point ci at specialist pub branch This is necessary to get the ci tests in specialist publisher aimed at the new schema. Currently it looks at an old version of the schema and errors. --- .github/workflows/test-content-schemas-2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-content-schemas-2.yml b/.github/workflows/test-content-schemas-2.yml index 168571ca5..ea6231d04 100644 --- a/.github/workflows/test-content-schemas-2.yml +++ b/.github/workflows/test-content-schemas-2.yml @@ -65,9 +65,9 @@ jobs: test-specialist-publisher: name: Test Specialist Publisher - uses: alphagov/specialist-publisher/.github/workflows/rspec.yml@main + uses: alphagov/specialist-publisher/.github/workflows/rspec.yml@SFO-Finder-iteration-3 with: - ref: 'main' + ref: 'SFO-Finder-iteration-3' publishingApiRef: ${{ github.ref }} test-travel-advice-publisher: