Skip to content

Commit 75c87b2

Browse files
committed
Test:Fix ut error
1 parent f6e461c commit 75c87b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/PR_Approval.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ jobs:
3434
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3535
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636
- name: Unittest with pytest
37+
env:
38+
# Dummy credentials so boto3 doesn't fail during test collection
39+
AWS_ACCESS_KEY_ID: 'test_key'
40+
AWS_SECRET_ACCESS_KEY: 'test_secret'
41+
AWS_DEFAULT_REGION: 'us-east-2'
3742
run: python -m pytest -v tests/unittest

0 commit comments

Comments
 (0)