Skip to content

Commit 380ca46

Browse files
authored
temporarily remove tvOS from print_matrix_configuration.py (#591)
print_matrix_configuration.py output tvOS as a platform when the expanded matrix flag is set in the Integration Test workflow. However, the Unity Build does not yet incoroporate tvOS into the .unitypackages, so the Integration Test CI fails when attempting to run the tvOS testapp.
1 parent f433755 commit 380ca46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"matrix": {
6666
"unity_versions": ["2020"],
6767
"build_os": [""],
68-
"platforms": [WINDOWS, MACOS, LINUX, ANDROID, IOS, TVOS, PLAYMODE],
68+
"platforms": [WINDOWS, MACOS, LINUX, ANDROID, IOS, PLAYMODE],
6969
"mobile_devices": ["android_target", "ios_target", "simulator_target", "tvos_simulator"],
7070
"mobile_test_on": ["real"],
7171

0 commit comments

Comments
 (0)