File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ publish_internal:
1818 paths :
1919 - " upm-ci~/packages/*.tgz"
2020 dependencies :
21+ - .yamato/build.yml#build
2122 {% for editor in test_editors %}
2223 {% for platform in test_platforms %}
23- - .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
24+ - .yamato/test.yml#test_{{ platform.name }}_{{ editor.version }}
25+ {% endfor %}
2426 {% endfor %}
25- {% endfor %}
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ test_{{ platform.name }}_{{ editor.version }}:
2929
3030test_trigger :
3131 name : Tests Trigger
32- # triggers:
33- # branches:
34- # only:
35- # - "/.*/"
32+ triggers :
33+ branches :
34+ only :
35+ - " /.*/"
3636 dependencies :
3737 {% for editor in test_editors %}
3838 {% for platform in test_platforms %}
You can’t perform that action at this time.
0 commit comments