You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-04-24 19:53:55 +02:00
Fix step order
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user