Updating tests
This commit is contained in:
parent
0a419ea601
commit
9c89c06e27
|
|
@ -24,9 +24,7 @@ pipeline {
|
||||||
if("${SCHEME}" == "chicken") {
|
if("${SCHEME}" == "chicken") {
|
||||||
DOCKERIMG="chicken:5"
|
DOCKERIMG="chicken:5"
|
||||||
}
|
}
|
||||||
sh "make package"
|
sh "make SCHEME=${SCHEME} test"
|
||||||
sh "ls"
|
|
||||||
sh "snow-test ${SCHEME} *.tgz"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue