-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Only run test-types once, perhaps as part of its own GitHub Action #1172
Comments
I'd prefer to keep it enabled if possible, type tests are very helpful for verifying the correctness typings. |
Cool, that works for me! Maybe to start we can make it a single action running on ubuntu + node v14 if we can't get to the bottom of the flakiness? AFAICT it seems to request dependencies and install stuff on the fly which might not be resilient enough to GitHub Action network flapping 🤔 |
#1178 has one possible way of addressing this, based of the dtslint readme:
https://github.com/microsoft/dtslint#faq if the issue persists it may be related to microsoft/dtslint#267 |
Gonna push the test out to its own (required) action for now to wait to check stability and then try to figure out what's going wrong with the windows tests. Thanks for the quick response and PR @ChristianMurphy 🙏 |
yarn test-types
appears to be a bit flaky when run in CI (likely as a result of our large test matrix) and causes builds to fail. Perhaps it makes sense to run it in its own actionand maybe mark as optional?cc/ @ChristianMurphy @JounQin
The text was updated successfully, but these errors were encountered: