File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ test_{{ platform.name }}_{{ editor.version }}:
2626 flavor : {{ platform.flavor}}
2727 commands :
2828 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
29- - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage
29+ - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
3030 artifacts :
3131 logs :
3232 paths :
@@ -46,7 +46,7 @@ test_{{ platform.name }}_{{ editor.version }}:
4646 flavor : {{ platform.flavor}}
4747 commands :
4848 - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
49- - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage
49+ - {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
5050 artifacts :
5151 logs :
5252 paths :
@@ -100,4 +100,4 @@ test_trigger:
100100 {% for platform in test_platforms %}
101101 - .yamato/test.yml#test_{{platform.name}}_{{editor.version}}
102102 {% endfor %}
103- {% endfor %}
103+ {% endfor %}
You can’t perform that action at this time.
0 commit comments