mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
test: run matrix tests on linux/macos/windows and Python 2.7/3.5/3.6/3.7/3.8
This commit is contained in:
5
.github/workflows/integration_test.yml
vendored
5
.github/workflows/integration_test.yml
vendored
@@ -3,12 +3,13 @@ name: integration_test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
integration_test:
|
||||
integration test on ${{ matrix.os_type }} and ${{ matrix.python-version }}:
|
||||
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os_type }}
|
||||
strategy:
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
os_type: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
|
||||
|
||||
steps:
|
||||
|
||||
5
.github/workflows/unittest.yml
vendored
5
.github/workflows/unittest.yml
vendored
@@ -3,12 +3,13 @@ name: unittest
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
unittest:
|
||||
unittest on ${{ matrix.os_type }} and ${{ matrix.python-version }}:
|
||||
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os_type }}
|
||||
strategy:
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
os_type: [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