Skip to content

Commit c9dc1d7

Browse files
committed
Corrected webgl job constructiuon
1 parent 17a51bd commit c9dc1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/_run-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ run_all_webgl_builds_6000:
138138
name: Run All WebGl Build [6000.0]
139139
dependencies:
140140
{% for project in projects.default -%}
141-
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
142141
{% for platform in test_platforms.desktop -%}
142+
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
143143
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_6000.0
144-
{% endfor -%}
145144
{% endif -%}
146145
{% endfor -%}
146+
{% endfor -%}
147147

148148

149149
# Runs all Desktop tests

0 commit comments

Comments
 (0)