Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
ci: Move "if" statement to make grep results more relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 27, 2021
1 parent 08f8a1e commit affa0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -25,14 +25,14 @@ jobs:
- run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: STANDARD_MAINTENANCE_SCRIPTS_IGNORE=google-auth-httplib2 pytest /tmp/test_requirements.py
- name: Run checks and tests
if: always()
run: |
./manage.py migrate
./manage.py makemigrations --check --dry-run
./manage.py check --fail-level WARNING
coverage run --source default,ocdstoucan manage.py test
env:
PYTHONWARNINGS: error
if: always()
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit affa0df

Please sign in to comment.