Skip to content

Commit c08d13e

Browse files
committed
Merge remote-tracking branch 'origin/feature/orchestrator-enterprise-support' into release/lts-infrastructure
Merges latest commits from PR #777 (git hooks fix + 129 new tests). Resolved merge conflicts: - dist/index.js, dist/index.js.map: rebuilt from merged source - src/model/input.ts: fixed 3 missing closing braces from merge - src/model/orchestrator/options/orchestrator-options.ts: fixed 1 missing closing brace from merge
1 parent f05cfe7 commit c08d13e

File tree

9 files changed

+9543
-4541
lines changed

9 files changed

+9543
-4541
lines changed

.github/workflows/build-tests-mac.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
buildForAllPlatformsMacOS:
1313
name: ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }}
1414
runs-on: macos-latest
15+
continue-on-error: true
1516
strategy:
1617
fail-fast: false
1718
matrix:
@@ -82,6 +83,8 @@ jobs:
8283
###########################
8384
- uses: actions/upload-artifact@v4
8485
with:
85-
name: Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With Build Profile' || '' }}
86+
name:
87+
Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With
88+
Build Profile' || '' }}
8689
path: build
8790
retention-days: 14

dist/index.js

Lines changed: 8341 additions & 4535 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)