question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Very long execution of post action/cache@v1

See original GitHub issue

Problem

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

Снимок экрана 2019-11-14 в 14 44 18

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:closed
  • Created 4 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jagregorycommented, Apr 5, 2020

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.

1reaction
nklaymancommented, Apr 4, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found