Skip to content

Commit

Permalink
Build: Do not regenerate JarHC report when building on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarkwal committed Sep 30, 2024
1 parent c809c72 commit afe2b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cache-read-only: false

- name: Build with Gradle
run: './gradlew --no-daemon :jarhc:build ${{ env.PUSH_GRADLE_OPTIONS }} ${{ github.event.inputs.additionalGradleOptions }}'
run: './gradlew --no-daemon :jarhc:build -x :jarhc:jarhcReport ${{ env.PUSH_GRADLE_OPTIONS }} ${{ github.event.inputs.additionalGradleOptions }}'

- name: Upload reports
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit afe2b9a

Please sign in to comment.