Skip to content

Commit

Permalink
Fix actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VelenoSupreme committed Oct 12, 2021
1 parent 723a5e2 commit c1b167a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install .
python -m pip install -r requirements_test.txt
python -m pip install coveralls==3.1.0 coverage
python -m coverage run --source django-admin-access-log runtests.py
coveralls --service=github
Expand Down

0 comments on commit c1b167a

Please sign in to comment.