File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1- name : " Z-BASE E2e Test: E2e shared actions for running tests on the NDR Backend"
1+ name : " Z-BASE E2E Test: E2E shared actions for running Lloyd George FHIR API E2E tests on the NDR Backend"
22
33run-name : " ${{ github.event.inputs.build_branch }} | ${{ github.event.inputs.environment }} | ${{ github.event.inputs.sandbox }}"
44
@@ -27,7 +27,7 @@ permissions:
2727 contents : read
2828
2929jobs :
30- e2e-test :
30+ lg-fhir- e2e-test :
3131 runs-on : ubuntu-latest
3232 environment : ${{ inputs.environment }}
3333 steps :
8282 env :
8383 SANDBOX : ${{ inputs.sandbox }}
8484
85- - name : Run E2e Tests
85+ - name : Run Lloyd George FHIR API E2E tests
8686 run : |
8787 make test-api-e2e
Original file line number Diff line number Diff line change 1- name : " Z-BASE FHIR API E2E Test: E2e shared actions for running FHIR API tests on the NDR Backend"
1+ name : " Z-BASE E2E Test: E2E shared actions for running Core FHIR API E2E tests on the NDR Backend"
22
33run-name : " ${{ github.event.inputs.build_branch }} | ${{ github.event.inputs.environment }} | ${{ github.event.inputs.sandbox }}"
44
@@ -27,7 +27,7 @@ permissions:
2727 contents : read
2828
2929jobs :
30- e2e-test :
30+ core-fhir- e2e-test :
3131 runs-on : ubuntu-latest
3232 environment : ${{ inputs.environment }}
3333 outputs :
6262 source ./lambdas/venv/bin/activate
6363 echo PATH=$PATH >> $GITHUB_ENV
6464
65- - name : Run E2e Tests
65+ - name : Run Core FHIR API E2E tests
6666 run : make test-fhir-api-e2e WORKSPACE=${{ inputs.sandbox }}
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ jobs:
136136 secrets :
137137 AWS_ASSUME_ROLE : ${{ secrets.AWS_ASSUME_ROLE }}
138138
139- run_backend_e2e_tests :
140- name : Run E2E Tests
139+ run_fhir_api_e2e_tests :
140+ name : Run FHIR API E2E Tests
141141 needs : ["deploy_all_lambdas"]
142142 uses : ./.github/workflows/ndr-e2e-test-sandbox.yml
143143 with :
@@ -146,4 +146,3 @@ jobs:
146146 sandbox : pre-prod
147147 secrets :
148148 AWS_ASSUME_ROLE : ${{ secrets.AWS_ASSUME_ROLE }}
149-
You can’t perform that action at this time.
0 commit comments