fix: automate package versions and workspace validation
Validate ShrinkSDK Workspace / unity (push) Failing after 5s

This commit is contained in:
2026-09-05 06:32:13 +08:00
parent 6c90f9dc08
commit bb12b8d02d
12 changed files with 1548 additions and 109 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ jobs:
git checkout --detach FETCH_HEAD
git submodule sync --recursive
git submodule update --init --recursive
test "$(git submodule status --recursive | wc -l | tr -d ' ')" = "21"
test -z "$(git submodule status --recursive | grep '^-')"
bash Tools/CI/Validate-Submodules.sh "$PWD"
node Tools/Release/update-shrinksdk-versions.mjs --check
- name: Run every standalone package EditMode host
shell: bash
+2 -4
View File
@@ -30,10 +30,8 @@ jobs:
git checkout --detach FETCH_HEAD
git submodule sync --recursive
git submodule update --init --recursive
module_count="$(git submodule status --recursive | wc -l | tr -d ' ')"
test "$module_count" = "21"
test -z "$(git submodule status --recursive | grep '^-')"
git submodule status --recursive
bash Tools/CI/Validate-Submodules.sh "$PWD"
node Tools/Release/update-shrinksdk-versions.mjs --check
- name: Compile Workspace and validate package graph
shell: bash