We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f4f78 commit 314a2b6Copy full SHA for 314a2b6
script/vsts/platforms/templates/test.yml
@@ -21,6 +21,7 @@ steps:
21
ATOM_JASMINE_REPORTER: list
22
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)/junit
23
ATOM_RUN_CORE_TESTS: $(RunCoreTests)
24
+ ATOM_RUN_CORE_MAIN_TESTS: $(RunCoreMainTests)
25
ATOM_RUN_CORE_RENDER_TESTS: $(RunCoreRendererTests)
26
ATOM_RUN_PACKAGE_TESTS: $(RunPackageTests)
27
displayName: Run tests
script/vsts/platforms/windows.yml
@@ -7,8 +7,10 @@ jobs:
7
matrix:
8
x64:
9
buildArch: x64
10
+ RunCoreMainTests: true
11
x86:
12
buildArch: x86
13
14
15
pool:
16
vmImage: vs2017-win2016
0 commit comments