File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 -Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
271271 -Porg.gradle.java.installations.auto-download=false
272272 ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
273- ${{ inputs.max-test-retries && ' -PmaxTestRetries=' + inputs.max-test-retries || '' }}
273+ ${{ inputs.max-test-retries && ' -PmaxTestRetries=${ inputs.max-test-retries}' || '' }}
274274
275275 - name : Build scan
276276 if : ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
Original file line number Diff line number Diff line change 8181 ${{ env.test-tasks }}
8282 -PtestIndy=true
8383 ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
84- ${{ inputs.max-test-retries && ' -PmaxTestRetries=' + inputs.max-test-retries || '' }}
84+ ${{ inputs.max-test-retries && ' -PmaxTestRetries=${ inputs.max-test-retries}' || '' }}
8585
8686 - name : Build scan
8787 if : ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
Original file line number Diff line number Diff line change 7979 ${{ env.test-tasks }}
8080 -PtestLatestDeps=true
8181 ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
82- ${{ inputs.max-test-retries && ' -PmaxTestRetries=' + inputs.max-test-retries || '' }}
82+ ${{ inputs.max-test-retries && ' -PmaxTestRetries=${ inputs.max-test-retries}' || '' }}
8383
8484 - name : Build scan
8585 if : ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
You can’t perform that action at this time.
0 commit comments