2 Commits
Author SHA1 Message Date
cneicy ece3f072dd ci: mirror Git package dependencies 2026-08-26 07:07:03 +08:00
cneicy afc58da579 test: enable standalone host discovery 2026-08-26 06:56:05 +08:00
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ jobs:
cat "$machine_id_file" > /etc/machine-id
echo "Unity machine identity restored"
fi
git config --global url."https://ghfast.top/https://github.com/".insteadOf "https://github.com/"
unity_bin="$(command -v unity-editor || command -v unity || command -v Unity || true)"
test -n "$unity_bin"
"$unity_bin" \
@@ -11,5 +11,8 @@
"dependencies": {
"com.unity.test-framework": "1.1.33",
"com.cneicy.shrink-installer": "file:../../.."
}
},
"testables": [
"com.cneicy.shrink-installer"
]
}