Skip to content

Commit 3f7dd60

Browse files
committed
Run integration tests in CI by using mvn verify
1 parent c939cfb commit 3f7dd60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/java-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
--file duo-client/pom.xml
3434
- name: Test with Maven
3535
run: >
36-
mvn test
37-
--batch-mode
36+
mvn verify
37+
--batch-mode
3838
-file duo-client/pom.xml
3939
- name: Lint with checkstyle
4040
run: mvn checkstyle:check

0 commit comments

Comments
 (0)