Skip to content

Commit 582bd1b

Browse files
author
Chris Elion
authored
fix job deps (#4230)
1 parent 4eeefa5 commit 582bd1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ all_package_tests:
3939
dependencies:
4040
{% for editor in test_editors %}
4141
{% for platform in test_platforms %}
42-
- .yamato/com.unity.ml-agents-test.yml#test_{{ platform.name }}_{{ editor.version }}
42+
- .yamato/com.unity.ml-agents-test.yml#test_com.unity.ml-agents_{{ platform.name }}_{{ editor.version }}
4343
{% endfor %}
4444
{% endfor %}
4545

4646
{% for editor in trunk_editor %}
4747
{% for platform in test_platforms %}
48-
- .yamato/com.unity.ml-agents-test.yml#test_{{ platform.name }}_{{ editor.version }}
48+
- .yamato/com.unity.ml-agents-test.yml#test_com.unity.ml-agents_{{ platform.name }}_{{ editor.version }}
4949
{% endfor %}
5050
{% endfor %}
5151
triggers:

0 commit comments

Comments
 (0)