Skip to content

Commit 3d67f2a

Browse files
committed
Revert "Add integration tests to CI"
This reverts commit a80e657.
1 parent ad95cf0 commit 3d67f2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ 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-
3431
- name: Allow long file names in git for windows
3532
if: matrix.os == 'windows-latest'
3633
run: git config --system core.longpaths true

0 commit comments

Comments
 (0)