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

Cache usage results in unit test failures on windows. #527

Open
gbockus-sf opened this issue Nov 15, 2022 · 0 comments
Open

Cache usage results in unit test failures on windows. #527

gbockus-sf opened this issue Nov 15, 2022 · 0 comments
Labels
type:bug Creates internal bug with Git2Gus

Comments

@gbockus-sf
Copy link
Contributor

gbockus-sf commented Nov 15, 2022

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 gbockus-sf added the type:bug Creates internal bug with Git2Gus label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Creates internal bug with Git2Gus
Projects
None yet
Development

No branches or pull requests

1 participant