We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f3dd6 commit 67d6806Copy full SHA for 67d6806
.github/workflows/test-integration-localstack.yaml
@@ -4,6 +4,12 @@ on:
4
pull_request:
5
branches: [master, feature]
6
7
+env:
8
+ AWS_DEFAULT_REGION: eu-west-1
9
+ AWS_REGION: eu-west-1
10
+ AWS_ACCESS_KEY_ID: test
11
+ AWS_SECRET_ACCESS_KEY: test
12
+
13
jobs:
14
test:
15
runs-on: ubuntu-latest
@@ -30,11 +36,6 @@ jobs:
30
36
run: |
31
37
bin/deploy.sh
32
38
- name: Run integration tests against LocalStack
33
- env:
34
- AWS_DEFAULT_REGION: eu-west-1
35
- AWS_REGION: eu-west-1
- AWS_ACCESS_KEY_ID: test
- AWS_SECRET_ACCESS_KEY: test
39
40
python -m pytest tests/integration
41
- name: Show localstack logs
0 commit comments