Skip to content

Commit

Permalink
Merge pull request #1274 from alphagov/add-support-api-pact-tests-ga
Browse files Browse the repository at this point in the history
Configure CI to run Pact tests with Support API
  • Loading branch information
AgaDufrat committed Jun 18, 2024
2 parents a834848 + 7158db2 commit 1cbd33b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ jobs:
with:
pact_artifact: pacts

support_api_pact:
needs: generate_pacts
uses: alphagov/support-api/.github/workflows/pact-verify.yml@main
with:
pact_artifact: pacts

publish_pacts:
if: ${{ github.actor != 'dependabot[bot]' }}
needs:
Expand All @@ -123,6 +129,7 @@ jobs:
- link_checker_api_pact
- locations_api_pact
- publishing_api_pact
- support_api_pact
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1cbd33b

Please sign in to comment.