diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ab04f7..9068a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Report coverage if: github.ref == 'refs/heads/master' - run: ./gradlew test jacocoTestReport jacocoRootReport coveralls + run: ./gradlew test -DINTEGRATION_TESTS=true jacocoTestReport jacocoRootReport coveralls test: runs-on: ubuntu-latest