-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add Typescript Support to Windows CI Tests #372
Comments
Pasting here the logs, just in case pastebin expires.
|
Solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
Currently the following languages are supported for windows CI tests -
python nodejs java
Adding TS to list will allow us to make the core more open to new contributors with more test coverage
While adding
ts
to the above mentioned list, it throws error during testing which are related to the dependencies not being copied properly to the build output directoryHere are the logs for the failed tests https://pastebin.com/Fp7MqZXx
This issue is similar to #362 which was solved in #364
The text was updated successfully, but these errors were encountered: