Skip to content

Commit 654bb64

Browse files
committed
Added desktop tests to run all
1 parent d055228 commit 654bb64

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.yamato/_run-all.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,18 @@ run_all_webgl_builds:
5656
{% endfor -%}
5757
{% endfor -%}
5858

59-
59+
run_all_project_tests_desktop_standalone:
60+
name: Run All Standalone Tests - Desktop
61+
dependencies:
62+
{% for project in projects.default -%}
63+
{% for platform in test_platforms.desktop -%}
64+
{% for editor in validation_editors.all -%}
65+
{% for backend in scripting_backends -%}
66+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
67+
{% endfor -%}
68+
{% endfor -%}
69+
{% endfor -%}
70+
{% endfor -%}
6071

6172

6273

@@ -150,20 +161,7 @@ run_all_webgl_builds:
150161
#{% endfor -%}
151162
#{% endfor -%}
152163
#
153-
#all_project_tests_desktop_standalone:
154-
# name: Run All Project Tests - Desktop Standalone
155-
# dependencies:
156-
#{% for platform in test_platforms -%}
157-
#{% for project in projects -%}
158-
#{% if project.has_tests == "true" -%}
159-
#{% for editor in project.test_editors -%}
160-
#{% for backend in scripting_backends -%}
161-
# - .yamato/standalone-project-tests.yml#standalone_tests_{{ project.name }}_{{ backend }}_{{ editor }}_{{ platform.name }}
162-
#{% endfor -%}
163-
#{% endfor -%}
164-
#{% endif -%}
165-
#{% endfor -%}
166-
#{% endfor -%}
164+
167165
#
168166
#all_project_tests_mobile:
169167
# name: Run All Project Tests - Mobile

0 commit comments

Comments
 (0)