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