File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 11name : " Run E2E tests"
22description : " Run E2E tests"
33inputs :
4- environment :
5- description : " Environment to run tests against"
6- required : true
74 checkout_ref :
85 description : " Ref to checkout"
96 required : true
Original file line number Diff line number Diff line change 5959 with :
6060 checkout_ref : ${{ steps.get-latest-tag-name.outputs.value }}
6161 cross_browser : true
62- environment : " preprod"
6362 env :
6463 TEST_NHS_APP_URL : ${{ secrets.TEST_NHS_APP_URL }}
6564 TEST_NHS_LOGIN_PASSWORD : ${{ secrets.TEST_NHS_LOGIN_PASSWORD }}
@@ -142,7 +141,6 @@ jobs:
142141 with :
143142 checkout_ref : ${{ steps.get-latest-tag-name.outputs.value }}
144143 cross_browser : true
145- environment : " preprod"
146144 env :
147145 TEST_NHS_APP_URL : ${{ secrets.TEST_NHS_APP_URL }}
148146 TEST_NHS_LOGIN_PASSWORD : ${{ secrets.TEST_NHS_LOGIN_PASSWORD }}
You can’t perform that action at this time.
0 commit comments