Skip to content

Commit a8c5be8

Browse files
committed
Disable integration tests
1 parent a20622f commit a8c5be8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-and-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
cache: 'maven'
1616
- name: Build with Maven
1717
run: mvn clean package -Dmaven.javadoc.skip=true -B -V
18-
- name: Run integration tests
19-
run: mvn failsafe:integration-test && mvn failsafe:verify
2018
publish:
2119
needs: test
2220
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)