Skip to content

Commit

Permalink
Execute checks (Gradle full tests) during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 27, 2024
1 parent 1ad0a70 commit 65eab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}

- name: Execute Gradle build
run: ./gradlew clean integrationTest --scan -stacktrace
run: ./gradlew clean check integrationTest --scan -stacktrace

- name: 'Publish Test Results'
uses: EnricoMi/publish-unit-test-result-action/composite@v2
Expand Down

0 comments on commit 65eab01

Please sign in to comment.