mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-20 20:44:22 +02:00
Adding test number conditions
This commit is contained in:
parent
8f681ba457
commit
5fbf13fd45
6
.github/workflows/.travis.yml
vendored
6
.github/workflows/.travis.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
TOXENV: ${{ matrix.python-version }}
|
||||
RUN_INTEGRATION_TESTS: ${{ matrix.test_number }}
|
||||
TOXENV: ${{ matrix.test }}
|
||||
RUN_INTEGRATION_TESTS: ${{ (matrix.test == 'bandit' || matrix.test == 'pep8' || matrix.test == 'docs') && '0' || matrix.test_number}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: pip uninstall -y six
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
- run: codecov
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['py27', 'py34', 'py35', 'py36', 'py37', 'pep8', 'bandit']
|
||||
test: ['py27', 'py34', 'py35', 'py36', 'py37', 'pep8', 'bandit', 'docs']
|
||||
test_number: ['0', '1' , '2']
|
||||
os: [ubuntu-20.04, ubuntu-22.04]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user