-
Notifications
You must be signed in to change notification settings - Fork 3
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
Retry setup phase #70
Conversation
6ce9f06
to
a7c3d2e
Compare
a7c3d2e
to
cda8ad3
Compare
.github/workflows/e2e.yaml
Outdated
python -m pip install --upgrade pip | ||
pip install -r test-requirements.txt | ||
working-directory: ./e2e | ||
uses: nick-fields/retry@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend using hash instead of version in the third party.
d99dd7c
to
07eee3d
Compare
07eee3d
to
b7fc658
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Oops, CI has failed, but it doesn't seem to be related to the change. |
I've rerun CI. |
from v2 distribution field is required
f90a0cc
to
ff55393
Compare
Kudos, SonarCloud Quality Gate passed! |
Our e2e CI sometimes failed to install the dependencies phase.
So, I introduced a retry action