Skip to content

Commit 37e37b1

Browse files
committed
NDR-354 Update backend E2E job names
1 parent d2b7cec commit 37e37b1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
contents: read
2828

2929
jobs:
30-
e2e-test:
30+
lg-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 E2e Tests
85+
- name: Run Lloyd George E2E Tests
8686
run: |
8787
make test-api-e2e

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
contents: read
2828

2929
jobs:
30-
e2e-test:
30+
core-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 E2e Tests
65+
- name: Run Core E2E Tests
6666
run: make test-fhir-api-e2e WORKSPACE=${{ inputs.sandbox }}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
138138

139139
run_backend_e2e_tests:
140-
name: Run E2E Tests
140+
name: Run backend 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-

0 commit comments

Comments
 (0)