Merge pull request #810 from httprunner/leo_dev

test: update test name
This commit is contained in:
debugtalk
2019-12-25 11:55:56 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
integration_test: integration_test:
name: ${{ matrix.python-version }} on ${{ matrix.os }} name: integration_test - ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 6 max-parallel: 6
+1 -1
View File
@@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
unittest: unittest:
name: ${{ matrix.python-version }} on ${{ matrix.os }} name: unittest - ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 12 max-parallel: 12