Skip to content

Commit b87043b

Browse files
committed
VED-812: Pass secrets to reusable pipeline. Fix batch e2e test command.
1 parent ed635bf commit b87043b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
make run
114114
115115
batch-e2e-tests:
116+
needs: [e2e-tests]
116117
runs-on: ubuntu-latest
117118
environment:
118119
name: ${{ inputs.environment }}
@@ -154,5 +155,4 @@ jobs:
154155
# export PROXY_NAME=immunisation-fhir-api-internal-dev
155156
# export SERVICE_BASE_PATH=immunisation-fhir-api/FHIR/R4
156157
157-
# poetry run python -m unittest -c -v
158-
make test
158+
poetry run python -m unittest -c -v

.github/workflows/test-run-e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jobs:
1010
environment: dev
1111
sub_environment: internal-dev
1212
apigee_environment: internal-dev
13+
secrets: inherit

0 commit comments

Comments
 (0)