We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63edfe commit 8cfd753Copy full SHA for 8cfd753
.github/workflows/maven.yml
@@ -15,3 +15,5 @@ jobs:
15
java-version: 1.8
16
- name: Build with Maven
17
run: mvn -B package --file pom.xml
18
+ - name: Test with Maven
19
+ run: mvn test
0 commit comments