We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed635bf commit b87043bCopy full SHA for b87043b
2 files changed
.github/workflows/run-e2e-tests.yml
@@ -113,6 +113,7 @@ jobs:
113
make run
114
115
batch-e2e-tests:
116
+ needs: [e2e-tests]
117
runs-on: ubuntu-latest
118
environment:
119
name: ${{ inputs.environment }}
@@ -154,5 +155,4 @@ jobs:
154
155
# export PROXY_NAME=immunisation-fhir-api-internal-dev
156
# export SERVICE_BASE_PATH=immunisation-fhir-api/FHIR/R4
157
- # poetry run python -m unittest -c -v
158
- make test
+ poetry run python -m unittest -c -v
.github/workflows/test-run-e2e-tests.yml
@@ -10,3 +10,4 @@ jobs:
10
environment: dev
11
sub_environment: internal-dev
12
apigee_environment: internal-dev
13
+ secrets: inherit
0 commit comments