Skip to content

Commit 92a6e56

Browse files
committed
dependency correction
1 parent 7f8b792 commit 92a6e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
5454
- "artifacts/**/*"
5555
dependencies:
5656
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
57-
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
57+
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
5858
{% endfor -%}
5959
{% endfor -%}
6060
{% endfor -%}

.yamato/project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4646
- "upm-ci~/test-results/**/*"
4747
dependencies:
4848
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
49-
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
49+
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
5050
{% endfor -%}
5151
{% endfor -%}
5252
{% endif -%}

0 commit comments

Comments
 (0)