Skip to content

Commit

Permalink
fix: reorder linting and testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Jul 12, 2024
1 parent b3995e3 commit 4b95e4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
python -m pip install pipenv
pipenv install --dev
- name: Lint Project
run: pipenv run pylint --load-plugins pylint_django --django-settings-module=sibyl.settings sibyl community psychopass dominator

- name: Check Formatting
run: pipenv run black --check .

- name: Run Tests
run: |
pipenv run python manage.py collectstatic
pipenv run coverage run manage.py test
pipenv run coverage xml
- name: Lint Project
run: pipenv run pylint --load-plugins pylint_django --django-settings-module=sibyl.settings --exit-zero sibyl community psychopass dominator

- name: Check Formatting
run: pipenv run black --check .

- name: Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 4b95e4a

Please sign in to comment.