Skip to content

Commit e9b623c

Browse files
committed
yamato: Fix names of tasks
1 parent 5a67ba7 commit e9b623c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for package in packages %}
44

55
publish_{{ package.safename }}:
6-
name: Internal publish
6+
name: Publish {{ package.name }} Internal
77
agent:
88
type: {{ upm_windows.type }}
99
image: {{ upm_windows.image }}

.yamato/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% for platform in test_platforms %}
66

77
test_{{ package.safename }}_{{ platform.name }}_{{ editor.version }}:
8-
name : Test {{ editor.version }} on {{ platform.name }}
8+
name : Test {{ package.name }} {{ editor.version }} on {{ platform.name }}
99
agent:
1010
type: {{ platform.type }}
1111
image: {{ platform.image }}

0 commit comments

Comments
 (0)