Skip to content

Commit 14ee396

Browse files
committed
move vetting_test out of quick_initial_checks
1 parent 255a05c commit 14ee396

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.yamato/_run-all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
run_quick_checks:
1616
name: Run Quick Initial Checks
1717
dependencies:
18-
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
19-
- .yamato/vetting-test.yml#vetting_test
2018
# ensure the code is running to our current standards
2119
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
2220
# ensure the package can be packed at at all on at least one platform

.yamato/_triggers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ pr_code_changes_checks:
7272
name: Code changes PR checks
7373
# Run the following tests on a selection of different desktop platforms
7474
dependencies:
75+
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
76+
- .yamato/vetting-test.yml#vetting_test
77+
7578
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
7679
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
7780
- .yamato/package-tests.yml#package_test_-_ngo_6000.0_win

0 commit comments

Comments
 (0)