Skip to content

Commit 9cc22f1

Browse files
committed
typo
1 parent b69a505 commit 9cc22f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.yamato/_triggers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ pr_code_changes_checks:
7676
- .yamato/vetting-test.yml#vetting_test
7777

7878
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
79-
- .yamato/package-tests.yml#package_test_-_ngo_pinnedTrunk_mac
79+
- .yamato/package-tests.yml#package_test_-_ngo_{{ pinnedTrunk }}_mac
8080
- .yamato/package-tests.yml#package_test_-_ngo_6000.0_win
8181

8282
# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (6000.0)
83-
- .yamato/project-tests.yml#test_testproject_win_pinnedTrunk
83+
- .yamato/project-tests.yml#test_testproject_win_{{ pinnedTrunk }}
8484
- .yamato/project-tests.yml#test_testproject_mac_6000.0
8585

8686
# 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
8787
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
8888
# 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.
8989
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
90-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_pinnedTrunk
91-
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_pinnedTrunk
90+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_{{ pinnedTrunk }}
91+
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_{{ pinnedTrunk }}
9292
triggers:
9393
expression: |-
9494
(pull_request.comment eq "ngo" OR

0 commit comments

Comments
 (0)