Skip to content

Commit 52620b6

Browse files
committed
typo
1 parent b188f69 commit 52620b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.yamato/project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_{{ project.name }}_{{ platform.name }}_{{ validation_editor }}:
3737
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3838
{% endif %}
3939
commands:
40-
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models. Installing basic editor for tests execution
40+
- unity-downloader-cli --fast --wait -u {{ validation_editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models. Installing basic editor for tests execution
4141
- UnifiedTestRunner --testproject={{ project.path }} --suite=editor --suite=playmode --artifacts-path=test-results --editor-location=.Editor --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library --timeout={{ test_timeout }}
4242
artifacts:
4343
logs:

0 commit comments

Comments
 (0)