Skip to content

Commit

Permalink
#143 : Run exchange IT tests as part of GitHub Actions CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Dec 11, 2021
1 parent 3b0e33c commit 21ba28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 21ba28e

Please sign in to comment.