Skip to content

Commit a80e657

Browse files
haydenbakerrhernandez35
authored andcommitted
Add integration tests to CI
1 parent f65b936 commit a80e657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Clean, build and javadoc
2929
run: ./gradlew clean build javadoc -Plog-tests --stacktrace
3030

31+
- name: Integration tests
32+
run: ./gradlew integ -Plog-tests --stacktrace
33+
3134
- name: Allow long file names in git for windows
3235
if: matrix.os == 'windows-latest'
3336
run: git config --system core.longpaths true

0 commit comments

Comments
 (0)