mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-10 17:27:10 +00:00
ci: add npm cache comment to verify job matching tmux job (#7885)
This commit is contained in:
parent
82299f185f
commit
cdc3083325
1 changed files with 4 additions and 0 deletions
4
.github/workflows/qwen-triage.yml
vendored
4
.github/workflows/qwen-triage.yml
vendored
|
|
@ -2202,6 +2202,10 @@ jobs:
|
|||
rm -rf "$RUNNER_TEMP/verify-results"
|
||||
mkdir -p "$RUNNER_TEMP/verify-results"
|
||||
chown -R node:node "$GITHUB_WORKSPACE"
|
||||
# Make the npm cache readable+writable by the build user so
|
||||
# `npm ci --prefer-offline --cache …` can use it without
|
||||
# touching the Actions cache API (whose credentials were
|
||||
# stripped above).
|
||||
mkdir -p "$RUNNER_TEMP/npm-cache"
|
||||
chown -R node:node "$RUNNER_TEMP/npm-cache"
|
||||
prepare_log="$RUNNER_TEMP/verify-results/prepare.log"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue