1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Build on push via GitHub Actions

This commit is contained in:
Jakub Roztocil
2019-09-10 14:18:06 +02:00
parent 79b0f65fef
commit b53ace480a
2 changed files with 3 additions and 3 deletions

View File

@@ -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: