Skip to content

Commit f950d68

Browse files
committed
Added missing tests coverage for project-updated-dependencies
1 parent f403305 commit f950d68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ develop_nightly:
4242
dependencies:
4343
# Run project standards to verify package/default project
4444
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
45-
- .yamato/project-standards.yml#standards_ubuntu_testproject_2021
45+
- .yamato/project-standards.yml#standards_ubuntu_testproject_2021.3
4646
# Run APV jobs to make sure the change won't break any dependants
4747
- .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
4848
# Run package EditMode and Playmode tests on desktop platforms on trunk and 2021.3

.yamato/project-updated-dependencies-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This is just to ensure that no critical change is made. It will be run on a default editor and default platform (it can be discussed if we should run it per all editors and platforms)
66
{% for project in projects.default -%}
77
{% for platform in test_platforms.default -%}
8-
{% for editor in validation_editors.default -%}
8+
{% for editor in validation_editors.all -%}
99
updated-dependencies_{{ project.name }}_NGO_{{ platform.name }}_{{ editor }}:
1010
name : Updated Dependencies Test - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
1111
agent:

0 commit comments

Comments
 (0)