Fix step order

This commit is contained in:
Jakub Roztocil 2019-09-18 11:14:34 +02:00
parent 85da430d16
commit 3affc245c4

View File

@ -13,10 +13,10 @@ jobs:
with: with:
python-version: 3.7 python-version: 3.7
- run: make install - run: make install
- run: make test
- run: make test-dist
- run: make pycodestyle - run: make pycodestyle
- run: make test
- run: make codecov - run: make codecov
- run: make test-dist
env: env:
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}