You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: