Skip to content

Commit

Permalink
Run tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manjurulhoque committed Oct 10, 2024
1 parent f6f4998 commit 8ae0edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Run black code formatter
run: |
black --check --exclude='./*/migrations/' ./
# - name: Django Testing project
# run: |
# python manage.py collectstatic
# python manage.py test # Don't forget to run tests
- name: Run tests
run: |
python manage.py collectstatic
python manage.py test # Don't forget to run tests
# - name: Deploy to Heroku
# env:
# HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
Expand Down

0 comments on commit 8ae0edc

Please sign in to comment.