Skip to content

Commit

Permalink
Merge pull request #1317 from alphagov/content-modelling/784-add-sign…
Browse files Browse the repository at this point in the history
…on-api-pact

(783) Add the Signon API Pact to the workflow
  • Loading branch information
pezholio authored Dec 20, 2024
2 parents 1ee5bb6 + e503ee2 commit 1fe6cac
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

signon_api_pact:
needs: generate_pacts
uses: alphagov/signon/.github/workflows/pact-verify.yml@main
with:
pact_artifact: pacts

support_api_pact:
needs: generate_pacts
uses: alphagov/support-api/.github/workflows/pact-verify.yml@main
Expand All @@ -130,6 +136,7 @@ jobs:
- locations_api_pact
- publishing_api_pact
- support_api_pact
- signon_api_pact
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1fe6cac

Please sign in to comment.