Skip to content

Commit

Permalink
setup AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 11, 2023
1 parent 94c243f commit e450a7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ jobs:
run: |
poetry install
- name: Setup AWS
uses: aws-actions/configure-aws-credentials@v1
if: env.AWS_AVAILABLE
with:
aws-access-key-id: "${{ secrets.AWS_ACCESS_KEY_ID }}"
aws-secret-access-key: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
aws-region: us-east-1

- name: Run pytest
run: poetry run coverage run -m pytest tests/tests.py

Expand Down

0 comments on commit e450a7e

Please sign in to comment.