We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65b936 commit a80e657Copy full SHA for a80e657
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Clean, build and javadoc
29
run: ./gradlew clean build javadoc -Plog-tests --stacktrace
30
31
+ - name: Integration tests
32
+ run: ./gradlew integ -Plog-tests --stacktrace
33
+
34
- name: Allow long file names in git for windows
35
if: matrix.os == 'windows-latest'
36
run: git config --system core.longpaths true
0 commit comments