You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .yamato/_run-all.yml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@
15
15
run_quick_checks:
16
16
name: Run Quick Initial Checks
17
17
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
20
18
# ensure the code is running to our current standards
Copy file name to clipboardExpand all lines: .yamato/_triggers.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,9 @@ pr_code_changes_checks:
72
72
name: Code changes PR checks
73
73
# Run the following tests on a selection of different desktop platforms
74
74
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
+
75
78
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
0 commit comments