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:
parent
85da430d16
commit
3affc245c4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user