mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +00:00
i love windows
This commit is contained in:
parent
45f708ce7b
commit
14b922a82b
@ -20,15 +20,11 @@ steps:
|
|||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set JEST_JUNIT_OUTPUT=test-fixtures-junit.xml &&
|
set JEST_JUNIT_OUTPUT=test-fixtures-junit.xml && set NODE_OPTIONS=--max_old_space_size=4096 && yarn test:fixtures -w=2
|
||||||
set NODE_OPTIONS=--max_old_space_size=4096 &&
|
|
||||||
yarn test:fixtures -w=2
|
|
||||||
displayName: 'Test: Build Fixtures'
|
displayName: 'Test: Build Fixtures'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set JEST_JUNIT_OUTPUT=test-unit-junit.xml &&
|
set JEST_JUNIT_OUTPUT=test-unit-junit.xml && set NODE_OPTIONS=--max_old_space_size=4096 && yarn test:unit -w=2
|
||||||
set NODE_OPTIONS=--max_old_space_size=4096 &&
|
|
||||||
yarn test:unit -w=2
|
|
||||||
displayName: 'Test: Run unit tests'
|
displayName: 'Test: Run unit tests'
|
||||||
|
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
|
Loading…
Reference in New Issue
Block a user