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/package-tests.yml
+28-7Lines changed: 28 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +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 NGO package in the Editor context
5
-
# Those tests run in the editor so we don't need to consider different scripting backends or architectures
6
-
# Tests are executed for all supported editors on each desktop platform as in project.metafile declaration
# This job runs in Editor context only (no player builds required)
16
+
# No scripting backend variations needed (Editor context)
17
+
# Architecture variations not applicable (Editor context)
18
+
# Requires project packaging as prerequisite (dependency job)
19
+
# Uses PVP for package validation. Specifically it looks for supported profiles which we should conform to but takes ./pvpExceptions.json file into consideration where we note our known issues related to PVP checks
0 commit comments