File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -179,20 +179,11 @@ jobs:
179179 with :
180180 name : combined-test-catalog
181181
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-
191182 - name : JUnit Tests
192183 id : junit-test
193184 uses : ./.github/actions/run-gradle
194185 with :
195- test-task : test
186+ test-task : ' :metadata: test'
196187 timeout-minutes : 180 # 3 hours
197188 test-catalog-path : ${{ steps.load-test-catalog.outputs.download-path }}/combined-test-catalog.txt
198189 build-scan-artifact-name : build-scan-test-${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments