forked from extern/httpie-cli
Build on push via GitHub Actions
This commit is contained in:
parent
79b0f65fef
commit
b53ace480a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
|
||||
test-extras:
|
||||
extras:
|
||||
# Run coverage and extra tests only once
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
||||
test-core:
|
||||
test:
|
||||
# Run core HTTPie tests everywhere
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
@ -139,7 +139,7 @@ release so the experience might be not as smooth.
|
||||
|
||||
.. class:: no-pdf
|
||||
|
||||
|unix_build|
|
||||
|build|
|
||||
|
||||
|
||||
On macOS you can install it with Homebrew:
|
||||
|
Loading…
Reference in New Issue
Block a user