Skip to content

Commit

Permalink
Added dummy AWS environment variables for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorieau committed Aug 2, 2023
1 parent aff98a4 commit 3353668
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11"]
env:
AWS_ACCESS_KEY_ID: MOCK_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: MOCK_SECRET_ACCESS_KEY
AWS_SECURITY_TOKEN: MOCK_SECURITY_TOKEN
AWS_SESSION_TOKEN: MOCK_SESSION_TOKEN

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3353668

Please sign in to comment.