Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15 minute runtime #7

Open
aparlato opened this issue May 20, 2024 · 0 comments
Open

15 minute runtime #7

aparlato opened this issue May 20, 2024 · 0 comments
Assignees

Comments

@aparlato
Copy link
Contributor

Noticed downstream: This action appears to run extremely slowly and then fail.

This is causing us to waste a lot of our monthly Github Actions minutes.

I dove in a little here to try and understand what is going wrong and it appears that there are issues in 2 places:

  • actions/setup-node@v2 is taking too long (upgrade to v4 might fix)
  • mapbox-gl-style-linter at the latest (v0.2.0) isn't installing appropriately with npm

I have had luck using yarn as a package manager and upgrading actions/setup-node, however, I'm still not clear on what the underlying issue is, so want to hold off on implementing this as the fix.

Downstream, we are disabling the action in favor of running linting locally for now as this requires further investigation.

@aparlato aparlato self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant