Skip to content

Commit

Permalink
fix: 🐛 🐛 add required aws env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoheiser committed Nov 21, 2023
1 parent 35d6b28 commit 61f3dd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-integration-localstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: |
bin/deploy.sh
- name: Run integration tests against LocalStack
env:
AWS_DEFAULT_REGION: eu-west-1
AWS_REGION: eu-west-1
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
run: |
python -m pytest tests/integration
- name: Show localstack logs
Expand Down

0 comments on commit 61f3dd6

Please sign in to comment.