Skip to content

Commit

Permalink
Run Pact tests for Support API as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deborahchua committed Jun 5, 2024
1 parent 5fc5fd4 commit 9a365f6
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 9a365f6

Please sign in to comment.