You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .yamato/project-tests.yml
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,29 @@
1
-
{% metadata_file .yamato/project.metafile %}
1
+
{% metadata_file .yamato/project.metafile %}# All configuration that is used to create different configurations (used in for loops) is taken from this file.
2
2
---
3
3
4
-
# Executes PlayMode and EditMode tests of the given project (ones that have tests) in the Editor context
5
-
# Those tests don't include NGO package tests since they are handled on their respective jobs.
6
-
# Those tests run in the editor so we don't need to consider different scripting backends or architectures
7
-
# Tests are executed for all supported editors on each desktop platform as in project.metafile declaration
# Jobs configurations are generated using nested loops through:
11
+
# 1. For all projects WITH TESTS (filtered by has_tests flag) (testproject, testproject-tools-interation) [For more info look into project.metafile configuration]
12
+
# 2. For all desktop platforms (Windows, Ubuntu, macOS)
13
+
# 3. For all supported Unity Editor versions (for NGOv1.X this means 2021.3+ editors)
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm# upm-ci is not preinstalled on the image so we need to download it
0 commit comments