From 88ceaaf1f98f4199f7a296e995dccfc1051e977f Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Tue, 31 Jan 2023 18:48:39 +0000 Subject: [PATCH] Add missing pact tests for Frontend This application has a pact with GDS API Adapters and I missed it when migrating the pact tests to GitHub Actions [1]. [1]: https://github.com/alphagov/gds-api-adapters/pull/1175 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c80d2dd3..70546425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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