Skip to content

Commit

Permalink
fix: 🐛 switch to global env variables for aws config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoheiser committed Nov 21, 2023
1 parent 61f3dd6 commit 67d6806
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-integration-localstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
pull_request:
branches: [master, feature]

env:
AWS_DEFAULT_REGION: eu-west-1
AWS_REGION: eu-west-1
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -30,11 +36,6 @@ 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 67d6806

Please sign in to comment.