File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,6 @@ jobs:
310
310
-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
311
311
-Porg.gradle.java.installations.auto-download=false
312
312
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
313
- ${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
314
313
315
314
- name : Build scan
316
315
if : ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
Original file line number Diff line number Diff line change 9
9
no-build-cache :
10
10
type : boolean
11
11
required : false
12
- max-test-retries :
13
- type : string
14
- required : false
15
12
secrets :
16
13
FLAKY_TEST_REPORTER_ACCESS_KEY :
17
14
required : false
82
79
${{ env.test-tasks }}
83
80
-PtestIndy=true
84
81
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
85
- ${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
86
82
87
83
- name : Build scan
88
84
if : ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
Original file line number Diff line number Diff line change 9
9
no-build-cache :
10
10
type : boolean
11
11
required : false
12
- max-test-retries :
13
- type : string
14
- required : false
15
12
secrets :
16
13
FLAKY_TEST_REPORTER_ACCESS_KEY :
17
14
required : false
80
77
${{ env.test-tasks }}
81
78
-PtestLatestDeps=true
82
79
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
83
- ${{ inputs.max-test-retries && format(' -PmaxTestRetries={0}', inputs.max-test-retries) || '' }}
84
80
85
81
- name : Build scan
86
82
if : ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
You can’t perform that action at this time.
0 commit comments