Closed ineiti closed 3 years ago
As far as I understand github/actions, the test.yaml
is not run because the lint_build.yaml
is not already in the workflow before the PR.
push -f
- yes, of course, I think I did one -f
too many here. Usually I try to collect all changes to one commit between review rounds.
Added a push:
to the workflow, needs to be removed...
Kudos, SonarCloud Quality Gate passed!
I'd like to suggest a release workflow as well. Something along the lines of https://github.com/gnarula/cothority/blob/master/.github/workflows/release.yaml that produces https://github.com/gnarula/cothority/releases/tag/v3.4.8 on pushing a tag.
I don't want to stall the merging of this PR so feel free to merge this if you'd like to discuss that in a separate PR or cherry-pick that change if you think it fits well
I don't want to stall the merging of this PR so feel free to merge this if you'd like to discuss that in a separate PR or cherry-pick that change if you think it fits well
Just merged this PR. But please feel free to create a new PR for more functionality! We love it ;)
As Travis started to get slow, and as Jenkins is being eaten by the turkeys, this PR adds github actions to replace Travis.
Please have a look at the .github/workflows files and propose changes.
Closes #2395