Skip to content

Commit

Permalink
Update _run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbottla authored May 21, 2024
1 parent ca41702 commit e3b88c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

integration-tests:
name: "Integration tests and publish pacts"
uses: alphagov/pay-ci/.github/workflows/_run-java-tests-and-publish-pacts.yml@master
uses: alphagov/pay-ci/.github/workflows/_run-java-tests-and-publish-pacts.yml@pp_11911_docker_images
with:
publish_pacts: true
secrets:
Expand All @@ -32,7 +32,7 @@ jobs:
pact-providers-contract-tests:
name: "Provider tests"
needs: integration-tests
uses: alphagov/pay-ci/.github/workflows/_run-provider-pact-tests-for-consumer.yml@master
uses: alphagov/pay-ci/.github/workflows/_run-provider-pact-tests-for-consumer.yml@pp_11911_docker_images
strategy:
matrix:
provider: [ 'connector' ]
Expand All @@ -46,7 +46,7 @@ jobs:
provider-contract-tests:
needs: integration-tests
name: "App as provider tests"
uses: alphagov/pay-ci/.github/workflows/_run-app-as-provider-contract-tests.yml@master
uses: alphagov/pay-ci/.github/workflows/_run-app-as-provider-contract-tests.yml@pp_11911_docker_images
secrets:
pact_broker_username: ${{ secrets.pact_broker_username }}
pact_broker_password: ${{ secrets.pact_broker_password }}

0 comments on commit e3b88c0

Please sign in to comment.