Skip to content

Commit

Permalink
[ci] Move QA checks as last step
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Oct 30, 2023
1 parent f743b1c commit 5e8bd5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:
pip install -U -r requirements-test.txt
pip install tox docutils pygments twine
- name: QA checks
run: |
./run-qa-checks
- name: Tests
run: |
tox -e ${{ matrix.env.TOXENV }}
Expand All @@ -110,6 +106,10 @@ jobs:
python-${{ matrix.env.env }}
COVERALLS_PARALLEL: true

- name: QA checks
run: |
./run-qa-checks
coveralls:
name: Finish Coveralls
needs: build
Expand Down

0 comments on commit 5e8bd5d

Please sign in to comment.