Skip to content

Commit

Permalink
fix: add AWS_DEFAULT_REGION for boto3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoutschen committed Jul 29, 2020
1 parent b6787f9 commit 29d27b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: make lint
- name: Test with pytest
run: make test
env:
AWS_DEFAULT_REGION: us-east-1
- name: Security baseline
run: make security-baseline
- name: Complexity baseline
Expand Down

0 comments on commit 29d27b8

Please sign in to comment.