Skip to content

Commit a051922

Browse files
committed
set env vars
1 parent e732c59 commit a051922

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cdk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
pip install requests boto3 pytest localstack-sdk-python
7474
7575
- name: Run Integration Tests
76+
env:
77+
AWS_DEFAULT_REGION: us-east-1
78+
AWS_REGION: us-east-1
79+
AWS_ACCESS_KEY_ID: test
80+
AWS_SECRET_ACCESS_KEY: test
7681
run: |
7782
pytest tests/test_infra.py
7883

0 commit comments

Comments
 (0)