Skip to content

Commit 14d8c20

Browse files
committed
instead of running the tests check the packaging first
1 parent 62aebdc commit 14d8c20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
java-version: ${{ matrix.java }}
2323
- name: Test with Maven
24-
run: mvn test -B --file pom.xml
24+
#run: mvn test --batch-mode verify
25+
run: mvn verify
2526

2627
...

0 commit comments

Comments
 (0)