Skip to content

Commit

Permalink
Add the Signon API Pact to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pezholio committed Dec 20, 2024
1 parent 3b7f6e0 commit 4ebe1ac
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 4ebe1ac

Please sign in to comment.