fix tests

This commit is contained in:
William Cheng
2021-04-26 10:51:08 +08:00
parent 40252554c8
commit ea5efd3b3b

View File

@@ -2,6 +2,12 @@ kind: pipeline
name: default
steps:
# run ensure-up-to-date
- name: java11-test
image: openjdk:11.0
commands:
- ./mvnw --quiet clean install -Dorg.slf4j.simpleLogger.defaultLogLevel=error
- /bin/bash bin/utils/ensure-up-to-date
# test nim client
- name: nim-client-test
image: nimlang/nim