-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Win32] Test Suite Failing on Windows CI #151
Comments
I'd like to help with this one |
@theashraf that would be great! I believe GH supports this out of the box. Let me know if you need contributor access to the repo to work on it. |
Update: We merged #156 into Example: https://github.com/pikapkg/snowpack/runs/392311458 |
Failing tests seems to be a bug of npm cli. Related issues: fsevents/fsevents#301, npm/cli#558 I'll keep watching this issue. |
I see this error in the CI logs:
Maybe there's something there that we can track down? That doesn't seem fsevents related, but idk for sure |
@FredKSchott
This warning would be fixed in #171. |
Oh interesting, that's so weird that it's failing but not giving us any output. I don't know what could be causing that (my comment in #171 may not be right, then) |
Fixed in #164 |
Original Discussion: https://www.pika.dev/npm/snowpack/discuss/43
/cc @crra
@crra found an interesting bug on Windows, where
--optimize
(it looks like tree-shaking, specifically) throws an error due to a badly formatted import URL.I do all my development on a mac, so we need to add Windows to our CI via GitHub Actions in some way. If anyone knows GitHub Actions well, I would love some help on this one.
(Okay to add the Windows CI tests even if they are failing, as long as it doesn't block merging PRs.)
The text was updated successfully, but these errors were encountered: