-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ci workflow columns in readme #8
Conversation
979d30f
to
b9d0b51
Compare
.github/workflows/nightly.yml
Outdated
@@ -91,7 +91,7 @@ jobs: | |||
export CLN_PATH=${{ github.workspace }}/lightning | |||
pip3 install --upgrade pip | |||
pip3 install --user -U virtualenv pip > /dev/null | |||
python3 .ci/test.py | |||
python3 .ci/test.py nightly true |
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.
Can we change true
to something more descriptive?
Perhaps badges-true
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 turned it into a boolean flag --update-badges
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.
Perfect!
a36a1fc
to
4dd5782
Compare
Please add description and squash |
5969fdc
to
782d854
Compare
782d854
to
ea70648
Compare
@chrisguida I guess you saw my PR here: lightningd#509 |
No description provided.