Skip to content

Commit 0fd75a3

Browse files
committed
Modified PR trigger job to use both win and mac platforms
1 parent 8c9490b commit 0fd75a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pull_request_trigger:
5353
# Run project EditMode and PLaymode project tests on minimum supported editor (2021.3 in case of NGOv1.X)
5454
- .yamato/_run-all.yml#run_all_project_tests_2021
5555
# Run one standalone test to make sure there are no obvious issues with most common platform (for example --fail-on-assert option is not present with package/project tests). We run 2 different combinations (platform/editor)
56-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_trunk
56+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_mac_il2cpp_trunk
5757
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_2021.3
5858
triggers:
5959
cancel_old_ci: true

0 commit comments

Comments
 (0)