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