ci(workspace): stabilize standalone package hosts
This commit is contained in:
Submodule Assets/Modules/ShrinkApp.Core updated: 35acaca858...8955a159db
Submodule Assets/Modules/ShrinkApp.Starter.Basic updated: 88e70eef0e...e136f01e81
Submodule Assets/Modules/ShrinkCommand updated: c35ddd668f...c2cf934830
Submodule Assets/Modules/ShrinkCommand.Integration.App updated: aa08408527...a064a7c251
Submodule Assets/Modules/ShrinkCommand.Integration.EventBus updated: acd733a8ae...c369cc18a3
Submodule Assets/Modules/ShrinkCommand.Integration.Network updated: 78576b507d...4d8d6402fd
Submodule Assets/Modules/ShrinkContext.AppAdapter updated: 36790a03ae...e8d3a62031
Submodule Assets/Modules/ShrinkContext.Core updated: f50020134c...95b82aaac9
Submodule Assets/Modules/ShrinkContext.EventBusAdapter updated: 229c6cfe70...153cc57e8d
Submodule Assets/Modules/ShrinkDataSaver updated: 81ab5c09cb...c39314acbc
Submodule Assets/Modules/ShrinkDataSaver.Integration.App updated: 519698b062...19654e868a
Submodule Assets/Modules/ShrinkDataSaver.Integration.EventBus updated: 014bf8d56d...11ca5c53d4
Submodule Assets/Modules/ShrinkEventBus updated: 5c5de37fdf...58f21a02c2
Submodule Assets/Modules/ShrinkEventBus.Entities updated: 984aaebe9c...3274067ca2
Submodule Assets/Modules/ShrinkModFramework updated: 5e9f501c26...e793a0a742
Submodule Assets/Modules/ShrinkNetwork updated: e8407f1719...e9ce97df85
Submodule Assets/Modules/ShrinkNetwork.Integration.App updated: 619604e049...054baa471b
Submodule Assets/Modules/ShrinkNetwork.Integration.EventBus updated: a6fb3db20b...9e8a68c47c
Submodule Assets/Modules/ShrinkShared.CodeGen updated: a2d2b8da7d...b6807389e6
Submodule Assets/Modules/ShrinkTutorial updated: 98c43fc193...61b7c4da73
@@ -240,6 +240,11 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -eu
|
||||
machine_id_file="/root/.local/share/unity3d/Unity/.machine-id"
|
||||
if test -s "$machine_id_file"; then
|
||||
cat "$machine_id_file" > /etc/machine-id
|
||||
echo "Unity machine identity restored"
|
||||
fi
|
||||
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
|
||||
test -n "$unity_bin"
|
||||
"$unity_bin" \
|
||||
@@ -265,6 +270,7 @@ jobs:
|
||||
)
|
||||
dependencies = [ordered]@{
|
||||
'com.unity.test-framework' = '1.1.33'
|
||||
'com.cysharp.unitask' = 'https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#7c0f199fe0d3fc528024488ccd671e6c7b27745b'
|
||||
$PackageName = 'file:../../..'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user