From 21ba28e935477d98499eb79863247029ebef4191 Mon Sep 17 00:00:00 2001 From: gazbert Date: Sat, 11 Dec 2021 17:48:25 +0000 Subject: [PATCH] #143 : Run exchange IT tests as part of GitHub Actions CI build --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2f33ea83..3eab89e9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -16,7 +16,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b - name: Gradle build & SonarCloud analysis - run: ./gradlew build jacocoTestReport sonarqube --info + run: ./gradlew build integrationTests jacocoTestReport sonarqube --info env: # Needed to get some information about the pull request, if any GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}