File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -179,20 +179,11 @@ jobs:
179
179
with :
180
180
name : combined-test-catalog
181
181
182
- - name : JUnit Quarantined Tests
183
- id : junit-quarantined-test
184
- uses : ./.github/actions/run-gradle
185
- with :
186
- test-task : quarantinedTest
187
- timeout-minutes : 180
188
- test-catalog-path : ${{ steps.load-test-catalog.outputs.download-path }}/combined-test-catalog.txt
189
- build-scan-artifact-name : build-scan-quarantined-test-${{ matrix.java }}
190
-
191
182
- name : JUnit Tests
192
183
id : junit-test
193
184
uses : ./.github/actions/run-gradle
194
185
with :
195
- test-task : test
186
+ test-task : ' :metadata: test'
196
187
timeout-minutes : 180 # 3 hours
197
188
test-catalog-path : ${{ steps.load-test-catalog.outputs.download-path }}/combined-test-catalog.txt
198
189
build-scan-artifact-name : build-scan-test-${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments