Skip to content
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

Fix "Failed to fetch local disk feature on Windows" #333

Merged
merged 8 commits into from
Dec 29, 2022

Conversation

joshspicer
Copy link
Member

@joshspicer joshspicer commented Dec 21, 2022

fixes: #321

Also adds in a test to prevent regression via a new Windows-based test workflow.

NOTE: Refactoring/updating the test suite will need to be done incrementally to get 100% of the test suite running (at that point we can remove the new workflow and matrix running the tests against ubuntu-latest and windows-latest in a single workflow)

shelljs is added a dev dependency to abstract shell commands when running on linux/windows (see this closed PR for an example of how it will be used: #177)

@joshspicer joshspicer requested a review from a team as a code owner December 21, 2022 16:59
@joshspicer joshspicer changed the title Failed to fetch local disk feature on Windows Fix "Failed to fetch local disk feature on Windows" Dec 22, 2022
Copy link
Contributor

@chrmarti chrmarti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment for simplifying the code. Thanks.

@joshspicer joshspicer requested a review from chrmarti December 27, 2022 19:18
Copy link
Contributor

@chrmarti chrmarti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@joshspicer joshspicer merged commit 86162d4 into main Dec 29, 2022
@joshspicer joshspicer deleted the joshspicer/windows-local-feat branch December 29, 2022 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to fetch local disk feature on Windows
2 participants