mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Remove unnecessary task from Gradle in CI
This commit is contained in:
parent
5884f57a8f
commit
24e06afa3e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ pool:
|
|||
steps:
|
||||
- task: Gradle@2
|
||||
inputs:
|
||||
tasks: 'build jacocoTestReport'
|
||||
tasks: 'build'
|
||||
jdkVersionOption: '1.8'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/jacocoTestReport.xml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue