Skip to content

Commit 4b13825

Browse files
committed
NDR-354 Update E2E job names
1 parent 37e37b1 commit 4b13825

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/base-e2e-backendtest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
run-name: "${{ github.event.inputs.build_branch }} | ${{ github.event.inputs.environment }} | ${{ github.event.inputs.sandbox }}"
44

@@ -27,7 +27,7 @@ permissions:
2727
contents: read
2828

2929
jobs:
30-
lg-e2e-test:
30+
lg-fhir-e2e-test:
3131
runs-on: ubuntu-latest
3232
environment: ${{ inputs.environment }}
3333
steps:
@@ -82,6 +82,6 @@ jobs:
8282
env:
8383
SANDBOX: ${{ inputs.sandbox }}
8484

85-
- name: Run Lloyd George E2E Tests
85+
- name: Run Lloyd George FHIR API E2E tests
8686
run: |
8787
make test-api-e2e

.github/workflows/base-e2e-fhir-backendtest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
run-name: "${{ github.event.inputs.build_branch }} | ${{ github.event.inputs.environment }} | ${{ github.event.inputs.sandbox }}"
44

@@ -27,7 +27,7 @@ permissions:
2727
contents: read
2828

2929
jobs:
30-
core-e2e-test:
30+
core-fhir-e2e-test:
3131
runs-on: ubuntu-latest
3232
environment: ${{ inputs.environment }}
3333
outputs:
@@ -62,5 +62,5 @@ jobs:
6262
source ./lambdas/venv/bin/activate
6363
echo PATH=$PATH >> $GITHUB_ENV
6464
65-
- name: Run Core E2E Tests
65+
- name: Run Core FHIR API E2E tests
6666
run: make test-fhir-api-e2e WORKSPACE=${{ inputs.sandbox }}

.github/workflows/full-deploy-to-pre-prod.yml

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

0 commit comments

Comments
 (0)