Skip to content

Commit

Permalink
Merge pull request #2537 from alphagov/sengi/fix-hmrc-manuals-tests
Browse files Browse the repository at this point in the history
hmrc-manuals-api testsuite is rspec, not minitest.
  • Loading branch information
sengi authored Nov 3, 2023
2 parents 9e3aa3f + 3fe9ae3 commit 05f10e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-content-schemas-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

test-hmrc-manuals-api:
name: Test HMRC Manuals API
uses: alphagov/hmrc-manuals-api/.github/workflows/minitest.yml@main
uses: alphagov/hmrc-manuals-api/.github/workflows/rspec.yml@main
with:
ref: 'main'
publishingApiRef: ${{ github.ref }}

0 comments on commit 05f10e3

Please sign in to comment.