Skip to content

Commit 05a7c39

Browse files
committed
apigee username set
1 parent 87a28b6 commit 05a7c39

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
- name: Whoami
2424
run: aws sts get-caller-identity
2525

26-
- uses: hashicorp/setup-terraform@v3
27-
with:
28-
terraform_version: "1.12.2"
26+
# - uses: hashicorp/setup-terraform@v3
27+
# with:
28+
# terraform_version: "1.12.2"
2929

30-
- name: Terraform Init
31-
working-directory: ${{ vars.TERRAFORM_DIR_PATH }}
32-
run: |
33-
export ENVIRONMENT=internal-dev
34-
export SUB_ENVIRONMENT=dev
35-
make init
30+
# - name: Terraform Init
31+
# working-directory: ${{ vars.TERRAFORM_DIR_PATH }}
32+
# run: |
33+
# export ENVIRONMENT=internal-dev
34+
# export SUB_ENVIRONMENT=dev
35+
# make init
3636

3737
- name: Set up Python
3838
uses: actions/setup-python@v5
@@ -44,7 +44,7 @@ jobs:
4444
curl -sSL https://install.python-poetry.org | python3 - --version 2.1.2
4545
echo "$HOME/.local/bin" >> $GITHUB_PATH
4646
poetry --version
47-
47+
4848
- name: Set Poetry to use Python 3.11
4949
working-directory: ${{ vars.E2E_DIR_PATH }}
5050
run: |
@@ -91,6 +91,7 @@ jobs:
9191
working-directory: ${{ vars.E2E_DIR_PATH }}
9292
env:
9393
APIGEE_ACCESS_TOKEN: ${{ env.APIGEE_ACCESS_TOKEN }}
94+
APIGEE_USERNAME: ${{ vars.APIGEE_USERNAME }}
9495
run: |
9596
export APIGEE_ENVIRONMENT=internal-dev
9697
export PROXY_NAME=immunisation-fhir-api-internal-dev

0 commit comments

Comments
 (0)