mirror of
https://github.com/httpie/cli.git
synced 2025-06-24 19:41:23 +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:
|
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 }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user