File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,10 +329,10 @@ jobs:
329329 fi
330330 env :
331331 BRANCH_TO_CHECK : ${{ github.head_ref }}
332- call-functional -tests :
332+ call-end-to-end -tests :
333333 needs : [ launch-dockerized-devimage, wait-for-task-stability, find-correct-test-branch ]
334334 if : ${{ !cancelled() && needs.launch-dockerized-devimage.result == 'success' && needs.wait-for-task-stability.result == 'success'}}
335- uses : NHSDigital/manage-vaccinations-in-schools-testing/.github/workflows/functional_selected_device .yaml@main
335+ uses : NHSDigital/manage-vaccinations-in-schools-testing/.github/workflows/end-to-end-tests .yaml@main
336336 permissions :
337337 contents : write
338338 with :
@@ -343,7 +343,7 @@ jobs:
343343 HTTP_AUTH_TOKEN_FOR_TESTS : ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
344344 MAVIS_TESTING_REPO_ACCESS_TOKEN : ${{ secrets.MAVIS_TESTING_REPO_ACCESS_TOKEN }}
345345 stop-docker-environment :
346- needs : [ call-functional -tests, launch-dockerized-devimage, wait-for-task-stability ]
346+ needs : [ call-end-to-end -tests, launch-dockerized-devimage, wait-for-task-stability ]
347347 if : ${{ always() && needs.launch-dockerized-devimage.result != 'skipped'}}
348348 runs-on : ubuntu-latest
349349 permissions :
You can’t perform that action at this time.
0 commit comments