mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
ci: fix azure pipelines command (#4336)
This commit is contained in:
parent
e241543345
commit
86ba985991
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ steps:
|
|||
- pwsh: yarn build
|
||||
displayName: 'Build'
|
||||
|
||||
- pwsh: yarn jest -maxWorkers=2 --ci --reporters=default --reporters=jest-junit --coverageReporters=text-summary --coverageReporters=cobertura
|
||||
- pwsh: yarn jest --maxWorkers=2 --ci --reporters=default --reporters=jest-junit --coverageReporters=text-summary --coverageReporters=cobertura
|
||||
displayName: 'Unit Tests'
|
||||
|
||||
- task: PublishTestResults@2
|
||||
|
|
Loading…
Reference in a new issue