lightning-language-server
lightning-language-server copied to clipboard
Cache usage results in unit test failures on windows.
Summary
A compile issue is encountered when the cache is used for GHA workflows on windows. See this run for an example of it failing. I suspect this is due to lerna and local linking in the monorepo not playing nice with the caching of the top level node_modules.
Steps To Reproduce:
- Run the unit tests in GHA repeatedly.
Expected result
should pass & compile on 2nd run.
Actual result
Fails to compile on run 2+
Additional information
The workaround for this is to delete the windows cache from the main GHA screen and rerun the workflow.