Very long execution of post action/cache@v1
See original GitHub issueProblem
The average step time is about 4-6 hours🤕 Unfortunately, the reason why the step is being performed for so long is not clear. Logs do not open
Workflow:
...
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- uses: actions/cache@v1
with:
path: node_modules
key: node-${{ hashFiles('**/package-lock.json') }}
- name: Setup npm
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
- name: Bootstrap
run: npm i
...
Any idea what might have gone wrong?
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
Florida serial killer Bobby Joe Long executed after 34 years
After more than 30 years on death row, a serial killer who once terrorized the Tampa Bay area was executed Thursday night. Bobby...
Read more >Tampa serial killer Bobby Joe Long is executed in silence
STARKE — Bobby Joe Long died without saying a word. The infamous Tampa serial killer was pronounced dead at 6:55 p.m. inside the...
Read more >"Long overdue:" Florida serial killer executed after 34 years
(FOX 13) - After more than 30 years on death row, a serial killer who once terrorized the Tampa Bay area was executed...
Read more >Botched Executions - Death Penalty Information Center
White was pronounced dead some 47 minutes after being strapped to the execution gurney. The delay was caused by difficulty finding a vein;...
Read more >Victim sits front row during serial killer Bobby Joe Long's ...
Inmate Bobby Joe Long was pronounced dead at 6:55 Thursday after a lethal injection at Florida State Prison, authorities said.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looking good so far. 5 hours down to 25 seconds 😍
I’ll run a few more builds through it today, but it’s looking great right now. Thanks everyone.
Yep, looks like it works now: https://github.com/nklayman/vue-cli-plugin-electron-builder/runs/560861885?check_suite_focus=true. Thanks for the fix!