From 4d6f3f9bbefe937aa8fd54f74d48a5f3e4ef9e8b Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Mon, 11 Apr 2022 18:25:14 -0700 Subject: [PATCH] get ready to stop a bad neo build with tests; for geneontology/neo#89 --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index a57e927..582072a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -234,6 +234,9 @@ pipeline { retry(3){ sh 'make clean' sh 'make all' + // TODO: need non-zero return on runoak/oaklib CLI + // https://github.com/geneontology/neo/issues/89 + //sh 'make test' } }