mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
worflow
This commit is contained in:
parent
2bb54da368
commit
d9aadeef51
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
@ -3,6 +3,7 @@ name: Python package
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
name: tests
|
||||||
test:
|
test:
|
||||||
# run core httpie tests everywhere
|
# run core httpie tests everywhere
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@ -22,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
test-extras:
|
test-extras:
|
||||||
# coverage and extra tests only once
|
# coverage and extra tests only once
|
||||||
- runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7]
|
python-version: [3.7]
|
||||||
|
Loading…
Reference in New Issue
Block a user