Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Merge pull request #199 from communitiesuk/BAU_add_app_name
Browse files Browse the repository at this point in the history
BAU - add app_name to post-deploy tests
  • Loading branch information
robk-dluhc authored Feb 13, 2024
2 parents ed63d48 + 338df77 commit a376d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }}
run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || false }}
environment: dev
app_name: notification

test_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, paketo_build, setup ]
Expand Down Expand Up @@ -130,6 +131,7 @@ jobs:
run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }}
run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }}
environment: test
app_name: notification

uat_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, paketo_build, setup ]
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:
run_e2e_tests_assessment: ${{ inputs.run_e2e_tests_assessment || false }}
run_e2e_tests_application: ${{ inputs.run_e2e_tests_application || true }}
environment: uat
app_name: notification

prod_deploy:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, uat_deploy, post_uat_deploy_tests, paketo_build, setup ]
Expand Down

0 comments on commit a376d25

Please sign in to comment.