mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
fix: github action yml
This commit is contained in:
6
.github/workflows/integration_test.yml
vendored
6
.github/workflows/integration_test.yml
vendored
@@ -3,12 +3,12 @@ name: integration_test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
integration test:
|
||||
integration_test:
|
||||
|
||||
name: Test on ${{ matrix.os }} and ${{ matrix.python-version }}
|
||||
name: ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
max-parallel: 15
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
|
||||
|
||||
5
.github/workflows/unittest.yml
vendored
5
.github/workflows/unittest.yml
vendored
@@ -4,10 +4,11 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
unittest:
|
||||
name: Test on ${{ matrix.os }} and ${{ matrix.python-version }}
|
||||
|
||||
name: ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
max-parallel: 15
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
|
||||
|
||||
Reference in New Issue
Block a user