File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 regression_tests :
135135 needs : publish
136136 name : Regression Tests
137- uses : ./.github/workflows/run- regression-tests.yml
137+ uses : ./.github/workflows/regression-tests.yml
138138 with :
139139 ENVIRONMENT : " dev"
140140 VERSION_NUMBER : " main"
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 regression_tests :
133133# needs: deploy
134134 name : Regression Tests
135- uses : ./.github/workflows/run- regression-tests.yml
135+ uses : ./.github/workflows/regression-tests.yml
136136 with :
137137 ENVIRONMENT : " test"
138138 VERSION_NUMBER : " main"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 regression_tests :
107107 needs : deploy
108108 name : Regression Tests
109- uses : ./.github/workflows/run- regression-tests.yml
109+ uses : ./.github/workflows/regression-tests.yml
110110 with :
111111 ENVIRONMENT : " test"
112112 VERSION_NUMBER : " main"
Original file line number Diff line number Diff line change 3434 regression_tests :
3535 needs : call
3636 name : Regression Tests
37- uses : ./.github/workflows/run- regression-tests.yml
37+ uses : ./.github/workflows/regression-tests.yml
3838 with :
3939 ENVIRONMENT : " pre-prod"
4040 VERSION_NUMBER : " main"
Original file line number Diff line number Diff line change 1- name : Run Regression Tests
1+ name : E2E Regression Tests
22
33on :
44 workflow_call :
1313 type : string
1414
1515jobs :
16- run_regression_tests :
16+ regression-tests :
1717 runs-on : ubuntu-22.04
1818 environment : ${{ inputs.ENVIRONMENT }}
1919 permissions :
6464 TARGET_ENVIRONMENT : ${{ inputs.ENVIRONMENT }}
6565 VERSION_NUMBER : ${{ inputs.VERSION_NUMBER }}
6666 TESTS_TOKEN : ${{ secrets.REGRESSION_TESTS_PAT }}
67- # GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
6867 run : |
6968 echo Running regression tests in the "$TARGET_ENVIRONMENT" environment.
7069 poetry run python run_regression_tests.py \
You can’t perform that action at this time.
0 commit comments