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/_triggers.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -75,20 +75,20 @@ pr_code_changes_checks:
75
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
76
- .yamato/vetting-test.yml#vetting_test
77
77
78
-
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
# Run standalone test. We run it only on Ubuntu since it's the fastest machine, and it was noted that for example distribution on macOS is taking 40m since we switched to Apple Silicon
87
87
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
88
88
# desktop_standalone_test and cmb_service_standalone_test are both reusing desktop_standalone_build dependency so we run those in the same configuration on PRs to reduce waiting time.
89
-
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
0 commit comments