File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
19
19
UPMCI_PROMOTION : 1
20
20
commands :
21
21
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
22
- - upm-ci package test --unity-version {{ editor.version }} --package-path package
22
+ - upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.ml-agents
23
23
artifacts :
24
24
logs :
25
25
paths :
26
26
- " upm-ci~/test-results/**/*"
27
27
dependencies :
28
- - .yamato/package -pack.yml#pack
28
+ - .yamato/com.unity.ml-agents -pack.yml#pack
29
29
{% endfor %}
30
30
{% endfor %}
31
31
@@ -34,7 +34,7 @@ promotion_test_trigger:
34
34
dependencies :
35
35
{% for editor in test_editors %}
36
36
{% for platform in test_platforms %}
37
- - .yamato/package -promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
37
+ - .yamato/com.unity.ml-agents -promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
38
38
{% endfor %}
39
39
{% endfor %}
40
40
You can’t perform that action at this time.
0 commit comments