lightning-language-server icon indicating copy to clipboard operation
lightning-language-server copied to clipboard

Cache usage results in unit test failures on windows.

Open gbockus-sf opened this issue 3 years ago • 0 comments

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:

  1. 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.

gbockus-sf avatar Nov 15 '22 23:11 gbockus-sf