mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-10 07:02:57 +00:00
ci: stabilize Testbox changed checks
This commit is contained in:
committed by
GitHub
parent
7ca77124fe
commit
d1bec469af
1
.github/actions/setup-node-env/action.yml
vendored
1
.github/actions/setup-node-env/action.yml
vendored
@@ -128,6 +128,7 @@ runs:
|
||||
if [ -n "${PNPM_CONFIG_MODULES_DIR:-}" ]; then
|
||||
mkdir -p "$PNPM_CONFIG_MODULES_DIR"
|
||||
ln -sfn . "$PNPM_CONFIG_MODULES_DIR/node_modules"
|
||||
export NODE_PATH="$PNPM_CONFIG_MODULES_DIR${NODE_PATH:+:$NODE_PATH}"
|
||||
fi
|
||||
pnpm "${install_args[@]}" || pnpm "${install_args[@]}"
|
||||
if [ -n "${PNPM_CONFIG_MODULES_DIR:-}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user