1
0
forked from baron/baron-sso

ci: stabilize code check badge workflow

This commit is contained in:
2026-05-29 12:16:55 +09:00
parent d2270765f2
commit b81edb8a64
3 changed files with 206 additions and 16 deletions

View File

@@ -208,6 +208,9 @@ set +e
fi
run_with_retry 3 env CI=true pnpm install --no-frozen-lockfile --shamefully-hoist --store-dir "$pnpm_store_dir"
fi
cd "$tmp_dir/adminfront"
run_with_retry 3 env CI=true pnpm install --no-frozen-lockfile --shamefully-hoist --store-dir "$pnpm_store_dir"
) 2>&1 | tee reports/adminfront-install.log
install_exit_code=${STATUS:-$?}
set -e