Skip to content

Commit

Permalink
Update testing-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMortezaei authored Feb 16, 2024
1 parent cb501ef commit 2d08996
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ jobs:
&& poetry install --no-interaction --no-ansi
- name: Run Test
run: |
python manage.py test
export AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
&& AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
&& AWS_STORAGE_BUCKET_NAME=${{ secrets.AWS_STORAGE_BUCKET_NAME }} \
&& python manage.py test

0 comments on commit 2d08996

Please sign in to comment.