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 33544b2 commit 0f0ac65Copy full SHA for 0f0ac65
.github/workflows/maven.yml
@@ -27,4 +27,4 @@ jobs:
27
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
28
restore-keys: ${{ runner.os }}-m2
29
- name: Build with Maven
30
- run: mvn clean package
+ run: mvn clean test
0 commit comments