ci: fix azure pipelines command (#4336)

This commit is contained in:
Rhys Arkins 2019-08-20 10:56:41 +02:00 committed by GitHub
parent e241543345
commit 86ba985991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ steps:
- pwsh: yarn build - pwsh: yarn build
displayName: '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' displayName: 'Unit Tests'
- task: PublishTestResults@2 - task: PublishTestResults@2