Skip to content

Commit

Permalink
Merge pull request #189 from ministryofjustice/SP-2469
Browse files Browse the repository at this point in the history
SP-2469 - Run full integration tests in development on path to live #minor
  • Loading branch information
sixdaysandy authored Dec 4, 2024
2 parents 8351c33 + 78f70a5 commit f992895
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/workflow_path_to_live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,22 @@ jobs:
AWS_SECRET_ACCESS_KEY_ACTIONS: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}
PAGERDUTY_TOKEN: ""

smoke_test_development:
name: Smoke test Development
integration_test_development:
name: Integration Test Development
uses: ./.github/workflows/_integration_tests.yml
needs: terraform_development_environment_apply
with:
data_lpa_api_url: "https://dev.lpa.api.opg.service.justice.gov.uk/v1"
working_directory: "./integration_tests"
tests_directory: "./integration_tests/v1"
specific_tests: "./v1/test_healthcheck.py"
secrets: inherit

terraform_preprod_environment_apply:
name: Terraform - Preproduction - Environment - Apply
needs:
- set_variables
- docker_build_scan_push
- smoke_test_development
- integration_test_development
uses: ministryofjustice/opg-github-workflows/.github/workflows/[email protected]
with:
terraform_version: ${{ needs.set_variables.outputs.environment_terraform_version }}
Expand All @@ -99,7 +98,7 @@ jobs:
PAGERDUTY_TOKEN: ""

smoke_test_preprod:
name: Smoke test Preproduction
name: Smoke Test Preproduction
uses: ./.github/workflows/_integration_tests.yml
needs: terraform_preprod_environment_apply
with:
Expand Down

0 comments on commit f992895

Please sign in to comment.