-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
source tarballs does not work without installing eslint #17098
Comments
There are some different options to solve this:
|
Maybe introduce a |
Maybe move eslint tests out of parallel and add |
@kasicka Well we do have test-internet though it's not normally run... |
I write faster than I think.. still eslint tests should be moved out of |
I think this can be closed, fixed by #18807 |
Thanks. Closing. |
Since #16138 we started to test the eslint rules, which requires
tools/eslint
to be present, but the eslint is not bundled inside the source tarballs and neither are there any rules in the makefile (or vcbuild.bat?) that try to install one, so those tests will always fail without manually running npm install first.The text was updated successfully, but these errors were encountered: