We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1687438 commit 52f4eb9Copy full SHA for 52f4eb9
1 file changed
.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
32
distribution: 'adopt'
33
- name: Checkstyle
34
run: mvn -B checkstyle:checkstyle
35
- - name: Unit & Integration Tests
+ - name: Unit & System Tests
36
run: mvn -B verify
37
- name: Analyze with SonarCloud
38
run: mvn -B sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}
0 commit comments