Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 14, 2024
1 parent d919ba7 commit 5ee499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
with:
arguments: |
-Porg.gradle.java.installations.auto-download=false
-Pdevelocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
-Pjunit.develocity.predictiveTestSelection.enabled=${{ github.event_name == 'pull_request' }}
"-Dscan.value.GitHub job=${{ github.job }}"
javaToolchains
${{ inputs.arguments }}

0 comments on commit 5ee499f

Please sign in to comment.