We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811e2e9 + 51f96f4 commit 5615063Copy full SHA for 5615063
azure-pipelines.yml
@@ -21,6 +21,8 @@ steps:
21
22
- script: npm run test:lib:azure
23
displayName: 'Run tests'
24
+ env:
25
+ NODE_OPTIONS: "--max_old_space_size=4096"
26
27
- script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
28
condition: and(succeeded(), eq(variables['system.teamProject'], 'igniteui-angular'))
0 commit comments