Skip to content

Commit f3ce53b

Browse files
authored
also run tests in CI
1 parent 72be58c commit f3ce53b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
distribution: 'temurin'
3232
cache: maven
3333
- name: Build with Maven
34-
run: mvn -B clean compile --file pom.xml
34+
run: mvn -B clean verify --file pom.xml
3535

3636
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3737
#- name: Update dependency graph
3838
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
39+
40+

0 commit comments

Comments
 (0)