Skip to content

Commit

Permalink
Add missing pact tests for Frontend
Browse files Browse the repository at this point in the history
This application has a pact with GDS API Adapters and I missed it when
migrating the pact tests to GitHub Actions [1].

[1]: #1175
  • Loading branch information
kevindew authored and brucebolt committed Feb 3, 2023
1 parent 559faea commit 88ceaaf
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 @@ -72,6 +72,12 @@ jobs:
with:
pact_artifact: pacts

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

imminence_pact:
needs: generate_pacts
uses: alphagov/imminence/.github/workflows/pact-verify.yml@main
Expand Down Expand Up @@ -108,6 +114,7 @@ jobs:
- asset_manager_pact
- collections_pact
- email_alert_api_pact
- frontend_pact
- imminence_pact
- link_checker_api_pact
- locations_api_pact
Expand Down

0 comments on commit 88ceaaf

Please sign in to comment.