Skip to content

Commit d56fef6

Browse files
committed
macos: run core main tests in the build phase
1 parent c5af578 commit d56fef6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

script/vsts/platforms/macos.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
ReleaseVersion: $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
99
IsReleaseBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsReleaseBranch'] ]
1010
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
11+
RunCoreMainTests: true
1112
pool:
1213
vmImage: macos-10.14
1314

@@ -25,6 +26,9 @@ jobs:
2526

2627
- template: templates/build.yml
2728

29+
# core main tests
30+
- template: templates/test.yml
31+
2832
- script: |
2933
cp $(Build.SourcesDirectory)/out/*.zip $(Build.ArtifactStagingDirectory)
3034
displayName: Stage Artifacts
@@ -51,8 +55,8 @@ jobs:
5155
strategy:
5256
maxParallel: 3
5357
matrix:
54-
core:
55-
RunCoreTests: true
58+
renderer:
59+
RunCoreRendererTests: true
5660
RunPackageTests: false
5761
packages-1:
5862
RunCoreTests: false

0 commit comments

Comments
 (0)