We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26fbf9 commit fd199a0Copy full SHA for fd199a0
.github/workflows/maven.yml
@@ -17,5 +17,5 @@ jobs:
17
java-version: '11'
18
distribution: 'temurin'
19
cache: maven
20
- - name: Build with Maven
21
- run: mvn verify
+ - name: Test
+ run: mvn test
0 commit comments