Skip to content

Commit c4e8cd0

Browse files
committed
Rename functional tests to end-to-end tests
1 parent 91b2597 commit c4e8cd0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)