Skip to content

Commit 734a252

Browse files
committed
Try enabling unit tests in CI
1 parent 82e5901 commit 734a252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: print Java version
2525
run: java -version
2626
- name: Build with Maven
27-
run: ./mvnw -Dmaven.test.skip=false clean package --file pom.xml
27+
run: ./mvnw clean test

0 commit comments

Comments
 (0)