forked from extern/httpie-cli
Update build.yml
This commit is contained in:
parent
b48ba74ce2
commit
fc497daf7d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,9 +1,6 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
extras:
|
extras:
|
||||||
# Run coverage and extra tests only once
|
# Run coverage and extra tests only once
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -20,7 +17,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_REPO_TOKEN }}
|
||||||
- run: make test-dist
|
- run: make test-dist
|
||||||
|
|
||||||
test:
|
test:
|
||||||
# Run core HTTPie tests everywhere
|
# Run core HTTPie tests everywhere
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user