i love windows

This commit is contained in:
pooya parsa 2019-01-23 16:37:21 +03:30
parent 45f708ce7b
commit 14b922a82b
1 changed files with 2 additions and 6 deletions

View File

@ -20,15 +20,11 @@ steps:
displayName: 'Install dependencies'
- script: |
set JEST_JUNIT_OUTPUT=test-fixtures-junit.xml &&
set NODE_OPTIONS=--max_old_space_size=4096 &&
yarn test:fixtures -w=2
set JEST_JUNIT_OUTPUT=test-fixtures-junit.xml && set NODE_OPTIONS=--max_old_space_size=4096 && yarn test:fixtures -w=2
displayName: 'Test: Build Fixtures'
- script: |
set JEST_JUNIT_OUTPUT=test-unit-junit.xml &&
set NODE_OPTIONS=--max_old_space_size=4096 &&
yarn test:unit -w=2
set JEST_JUNIT_OUTPUT=test-unit-junit.xml && set NODE_OPTIONS=--max_old_space_size=4096 && yarn test:unit -w=2
displayName: 'Test: Run unit tests'
- task: PublishTestResults@2