ci: disable testing with script type as redundant
This commit is contained in:
parent
f2e43f891a
commit
2a6e775b69
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -89,7 +89,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
type: [ Script, Module ]
|
#type: [ Script, Module ]
|
||||||
|
type: [ Module ]
|
||||||
os: [
|
os: [
|
||||||
{ distro: Ubuntu, release: 12.04 },
|
{ distro: Ubuntu, release: 12.04 },
|
||||||
{ distro: Ubuntu, release: 14.04 },
|
{ distro: Ubuntu, release: 14.04 },
|
||||||
|
Loading…
Reference in New Issue
Block a user