Skip to content

Commit 7f90df6

Browse files
committed
run test
1 parent 721a104 commit 7f90df6

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,18 @@ jobs:
7474
distribution: temurin
7575
- run: java -version
7676
- name: Run tests in Java 8 with the source compiled in Java 11
77-
run: .kokoro/build.sh
77+
run: |
78+
mvn test \
79+
-B -ntp \
80+
-Dorg.slf4j.simpleLogger.showDateTime=true \
81+
-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
82+
-Dclirr.skip=true \
83+
-Denforcer.skip=true \
84+
-Dcheckstyle.skip=true \
85+
-Dflatten.skip=true \
86+
-Danimal.sniffer.skip=true \
87+
-Dmaven.wagon.http.retryHandler.count=5 \
88+
-T 1C
7889
env:
7990
JOB_TYPE: test
8091
JOB_NAME: units-8-runtime-${{matrix.java}}

0 commit comments

Comments
 (0)