Skip to content

Commit 38c2bdb

Browse files
committed
Make sure we run integration tests on CI
1 parent 0450c10 commit 38c2bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: mvn -B package --file pom.xml
3232

3333
- name: Run JUnit tests
34-
run: mvn test
34+
run: mvn -B verify -Pci

0 commit comments

Comments
 (0)