mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
remove npm ci timing info (#2413)
This commit is contained in:
parent
cd2e00e402
commit
47bdc38745
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- uses: nick-fields/retry@v3
|
||||
name: npm ci
|
||||
with:
|
||||
command: npm ci --no-audit --no-fund --timing --foreground-scripts
|
||||
command: npm ci --no-audit --no-fund
|
||||
retry_on: error
|
||||
max_attempts: 3
|
||||
timeout_minutes: 5
|
||||
|
|
|
|||
2
.github/workflows/copilot-setup-steps.yml
vendored
2
.github/workflows/copilot-setup-steps.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- uses: nick-fields/retry@v3
|
||||
name: npm ci
|
||||
with:
|
||||
command: npm ci --no-audit --no-fund --timing --foreground-scripts
|
||||
command: npm ci --no-audit --no-fund
|
||||
retry_on: error
|
||||
max_attempts: 3
|
||||
timeout_minutes: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue