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: .github/workflows/ui-tests.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,9 @@ jobs:
88
88
build-and-test-unity6-macos: # Unity 6 requires a full build cycle to compile AltTester packages properly. This doesn't work well in Game CI, so we have to build it manually.
89
89
name: Build & Test Unity 6 macOS 🛠️🧪
90
90
runs-on: [self-hosted, macOS]
91
+
concurrency:
92
+
group: ui-tests-email-inbox-macos
93
+
cancel-in-progress: false # Let tests complete rather than canceling
0 commit comments