From 1bc0eab95540c11a807d5d2717a900d0d682a5c8 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 31 May 2022 17:59:31 +0800 Subject: [PATCH] Update .trustie-pipeline.yml --- .trustie-pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 642cdd0..89dd3d1 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,9 +7,10 @@ platform: arch: amd64 steps: - name: maven - image: maven:3.6.3-jdk-11 + image: maven:3-jdk-10 commands: - - mvn install -DskipTests=true + - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V + - mvn test -B trigger: branch: - master