We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72be58c commit f3ce53bCopy full SHA for f3ce53b
.github/workflows/ci.yml
@@ -31,8 +31,10 @@ jobs:
31
distribution: 'temurin'
32
cache: maven
33
- name: Build with Maven
34
- run: mvn -B clean compile --file pom.xml
+ run: mvn -B clean verify --file pom.xml
35
36
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
37
#- name: Update dependency graph
38
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
39
+
40
0 commit comments