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]
|
||||
|
||||
jobs:
|
||||
name: tests
|
||||
test:
|
||||
# run core httpie tests everywhere
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -22,7 +23,7 @@ jobs:
|
||||
|
||||
test-extras:
|
||||
# coverage and extra tests only once
|
||||
- runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
|
Loading…
Reference in New Issue
Block a user