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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,13 @@ 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 the minimal supported editor (6000.0.0f1)
78
+
# Run package EditMode and Playmode package tests on trunk and the minimal supported editor
# 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
0 commit comments