test: fix tests in Windows environment
Description
Hello Everyone ๐. Some tests were failing when running in Windows environments, so this PR addresses this issue and offers a fix.
Fixes: #757
Type of Change
- [ ] โจ
feat-- New feature (non-breaking change which adds functionality) - [x] ๐ ๏ธ
fix-- Bug fix (non-breaking change which fixes an issue) - [ ] โ
!-- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐งน
refactor-- Code refactor - [ ] โ
ci-- Build configuration change - [ ] ๐
docs-- Documentation - [ ] ๐๏ธ
chore-- Chore
To view this pull requests documentation preview, visit the following URL:
Documentation is deployed and generated using docs.page.
@spydon even though this fix addresses the issue, it's a very hacky solution and I'm still testing in order to figure out the root cause of the problem
@spydon, It seems like the exit code when running in Windows environments is not reliable, and this causes issues when using some Melos commands.
@spydon, It seems like the exit code when running in Windows environments is not reliable, and this causes issues when using some Melos commands.
Hmm, there must be some underlying issue for that...
Closing this as stale.