Skip to content

Commit fc85cd4

Browse files
committed
Make auto first
1 parent b1cd34a commit fc85cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/integration_testing/AppBuilderHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ private static string[] GetScenes() {
435435
string menuScene = "Menu.unity";
436436
string mainScene = "MainScene.unity";
437437
string autoScene = "MainSceneAutomated.unity";
438-
string[] expectedScenes = new [] { mainScene, menuScene, autoScene };
438+
string[] expectedScenes = new [] { autoScene, mainScene };
439439
var scenes = Directory.GetFiles("Assets", "*.unity", SearchOption.AllDirectories)
440440
.Where(path => expectedScenes.Contains(Path.GetFileName(path)))
441441
.OrderBy(path => Array.IndexOf(expectedScenes, Path.GetFileName(path)))

0 commit comments

Comments
 (0)