-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
skip_step install not skipping install step #81
Comments
I just ran into this as well. It looks like the install step that is running is the (even with the Line 65 in 1f3a2e4
I assume this is intentional because it needs to install the dependencies as they exist on the base branch to properly compare the size-limit results. Seems like #82 would be a good solution for flexibility and different use cases but I wonder if simply using |
I am still having this issue, it skipped install once and now it doesn't do it anymore. |
Same here, already installed deps in our job so don't need this auto install - |
I'm trying to skip the install step so that I can install manually. I need to install manually so I can use some install flags to ignore peer dependency warnings in npm 8 which halts the build.
.github/workflows/size-limit.yml
The build logs look like this (slightly truncated and anonymized)
The text was updated successfully, but these errors were encountered: