Skip to content
Snippets Groups Projects
Unverified Commit 86ba9859 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

ci: fix azure pipelines command (#4336)

parent e2415433
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment