You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is very similar to what @FaureAlexis described on #250.
I reopened a new one as suggested by GitHub as the last one was closed one year ago.
Description of the bug
The Λ Setup EAS step is very slow (almost 3min) for the first run in new PRs.
But it goes much faster on subsequent runs on the same PR (a few seconds)
To Reproduce
Create a GitHub workflow with the following content
I run this workflow on a private repo, and my app is located in an app directory
Expected behavior
To run faster from the first run.
Actual behavior
On the first run, The Λ Setup EAS step is very slow (almost 3min).
After Patching system watchers for the 'ENOSPC' error, the job seems idle for almost 2min.
Additional context
The first run seems to be missing the cache.
The cache was marked as successfully saved in the previously merged PR on main with the same version of eas:
Note
This issue is very similar to what @FaureAlexis described on #250.
I reopened a new one as suggested by GitHub as the last one was closed one year ago.
Description of the bug
The
Λ Setup EASstep is very slow (almost 3min) for the first run in new PRs.But it goes much faster on subsequent runs on the same PR (a few seconds)
To Reproduce
Additional info
I run this workflow on a private repo, and my app is located in an
appdirectoryExpected behavior
To run faster from the first run.
Actual behavior
On the first run, The
Λ Setup EASstep is very slow (almost 3min).After
Patching system watchers for the 'ENOSPC' error, the job seems idle for almost 2min.Additional context
The first run seems to be missing the cache.
The cache was marked as successfully saved in the previously merged PR on
mainwith the same version of eas:Also, I noticed a cache conflict with
actions/setup-node@v4post step on every jobs