Replies: 2 comments
-
This could be related to #3996 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You'll need to look at the build logs. They should be enabled by default on CI I think, but if not: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using yarn berry exact version "3.6.3" in the project. Our CI pipeline runs in the GitHub Actions. But from the past few months, we've observed that the CI pipelines fail intermittently at the
yarn install
step. After trying multiple retries in the GitHub actions, the same step will pass.It simply says,
Process Completed with exit code 1
whenever it fails. I need help understanding why it is failing intermittently.Attached screenshot.
Beta Was this translation helpful? Give feedback.
All reactions