1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00

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:
python-version: 3.7
- run: make install
- run: make test
- run: make test-dist
- run: make pycodestyle
- run: make test
- run: make codecov
- run: make test-dist
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}