Skip to content

Commit

Permalink
Update basic checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Nov 13, 2024
1 parent 5447fb6 commit 7f0406b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/basic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ jobs:
python setup.py install
pip install -r requirements.txt
pip install -r requirements_test.txt
- name: Run Migrations
run: |
cd example
python manage.py migrate
- name: Run Tests
run: |
cd example
coverage run manage.py test
coverage run runtests.py
coverage report
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2
Expand Down

0 comments on commit 7f0406b

Please sign in to comment.