Skip to content

Commit

Permalink
add aws credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
favyen2 committed Oct 21, 2024
1 parent 164e895 commit 0babbbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ jobs:
- name: Run tests with Docker Compose
run: |
docker compose -f docker-compose.yaml run test pytest tests/
docker compose -f docker-compose.yaml run
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
test pytest tests/
- name: Clean up
if: always()
Expand Down

0 comments on commit 0babbbe

Please sign in to comment.