CI: cat logs if any, clean cache before re-installing to test network stuff

This commit is contained in:
DeeDeeG 2023-06-17 11:22:34 -04:00
parent 345cf2298f
commit 7f5afd1a8a

View File

@ -15,9 +15,14 @@ arm_linux_task:
- mkdir test_fetching_ripgrep
- cd test_fetching_ripgrep
- npm init -y
- npm install @vscode/ripgrep
- npm ci
- npm ci
- npm ci
- npm ci
- npm ci
- npm install @vscode/ripgrep; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log
- npm cache clean --force
- npm ci; cat /root/.npm/_logs/*.log