We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a463a49 commit c826604Copy full SHA for c826604
.yamato/package-tests.yml
@@ -39,7 +39,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
39
XRAY_PROFILE: "supported ./pvpExceptions.json"
40
UNITY_EXT_LOGGING: 1
41
commands:
42
- - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor
+ - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models.
43
44
# Validate PVP checks for package.
45
- upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects" --results pvp-results
0 commit comments