Skip to content

Commit bcc9b07

Browse files
committed
removed if
1 parent ab3a5e0 commit bcc9b07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.yamato/mobile-standalone-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
5555
{% for project in projects.default -%}
5656
{% for editor in validation_editors.all -%}
5757
{% for platform in test_platforms.mobile_test -%}
58-
{% if platform.standalone == "Android" -%}
5958
run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }}:
6059
name: Run {{ project.name }} Tests - [{{ editor }}, {{ platform.standalone }}, il2cpp]
6160
agent:
@@ -95,7 +94,6 @@ run_{{ project.name }}_tests_{{ editor }}_{{ platform.name }}:
9594
- build/players/**
9695
dependencies:
9796
- .yamato/mobile-standalone-test.yml#build_{{ project.name }}_{{ editor }}_{{ platform.name }}
98-
{% endif -%}
9997
{% endfor -%}
10098
{% endfor -%}
10199
{% endfor -%}

0 commit comments

Comments
 (0)