Skip to content

Commit

Permalink
get ready to stop a bad neo build with tests; for geneontology/neo#89
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 12, 2022
1 parent a2e6375 commit 4d6f3f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit 4d6f3f9

Please sign in to comment.