changed order of include and exclude to see if additional job is ran
This commit is contained in:
parent
a4da0866af
commit
9a59f26473
|
@ -33,13 +33,14 @@ jobs:
|
||||||
# there are some issues with phpunit as well as some deep in zf1 on 7.3
|
# there are some issues with phpunit as well as some deep in zf1 on 7.3
|
||||||
- env: PYTHON=false
|
- env: PYTHON=false
|
||||||
php: 7.3
|
php: 7.3
|
||||||
exclude:
|
|
||||||
# by excluding all of python we make way to just run python tests in one seperate instance
|
|
||||||
- env: PYTHON=true
|
|
||||||
include:
|
include:
|
||||||
# having the latest run as php 7.3 to do the python tests
|
# having the latest run as php 7.3 to do the python tests
|
||||||
- env: PYTHON=true
|
- env: PYTHON=true
|
||||||
php: 7.3
|
php: 7.3
|
||||||
|
exclude:
|
||||||
|
# by excluding all of python we make way to just run python tests in one seperate instance
|
||||||
|
- env: PYTHON=true
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in New Issue