Skip to content

Commit 61f3dd6

Browse files
committed
fix: 🐛 🐛 add required aws env variables
1 parent 35d6b28 commit 61f3dd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-integration-localstack.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: |
3131
bin/deploy.sh
3232
- name: Run integration tests against LocalStack
33+
env:
34+
AWS_DEFAULT_REGION: eu-west-1
35+
AWS_REGION: eu-west-1
36+
AWS_ACCESS_KEY_ID: test
37+
AWS_SECRET_ACCESS_KEY: test
3338
run: |
3439
python -m pytest tests/integration
3540
- name: Show localstack logs

0 commit comments

Comments
 (0)