Skip to content

Commit 235baf9

Browse files
author
Rene Damm
committed
FIX: Whitespace issues in CI config.
1 parent 4fae0c7 commit 235baf9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.yamato/upm-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build_ios_{{ editor.version }}:
6161
logs:
6262
paths:
6363
- "build/logs/**"
64-
64+
6565
run_ios_{{ editor.version }}:
6666
name: Run Tests on {{ editor.version }} on ios
6767
agent:
@@ -82,7 +82,7 @@ run_ios_{{ editor.version }}:
8282
logs:
8383
paths:
8484
- "build/test-results/**"
85-
85+
8686
build_tvos_{{ editor.version }}:
8787
name: Build Tests on {{ editor.version }} on tvos
8888
agent:
@@ -102,7 +102,7 @@ build_tvos_{{ editor.version }}:
102102
logs:
103103
paths:
104104
- "build/logs/**"
105-
105+
106106
{% for backend in scripting_backends %}
107107
build_android_{{ editor.version }}_{{ backend.name }}:
108108
name: Build Tests on {{ editor.version }} on android {{ backend.name }}
@@ -122,13 +122,13 @@ build_android_{{ editor.version }}_{{ backend.name }}:
122122
logs:
123123
paths:
124124
- "build/logs/**"
125+
125126
run_android_{{ editor.version }}_{{ backend.name }}:
126127
name: Run Tests on {{ editor.version }} on android {{ backend.name }}
127128
agent:
128129
type: Unity::mobile::shield
129130
image: mobile/android-execution-r19:stable
130131
flavor: b1.medium
131-
132132
# Skip repository cloning
133133
skip_checkout: true
134134
# Set a dependency on the build job
@@ -158,7 +158,6 @@ run_android_{{ editor.version }}_{{ backend.name }}:
158158

159159
{% endfor %}
160160

161-
162161
all_tests:
163162
name: All Tests
164163
dependencies:

0 commit comments

Comments
 (0)