We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e5901 commit 734a252Copy full SHA for 734a252
1 file changed
.github/workflows/ci.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: print Java version
25
run: java -version
26
- name: Build with Maven
27
- run: ./mvnw -Dmaven.test.skip=false clean package --file pom.xml
+ run: ./mvnw clean test
0 commit comments