-
Notifications
You must be signed in to change notification settings - Fork 25
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
github actions workflow enabled #53
Conversation
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.
Do you think it makes sense to add a publish workflow and upload multiarch tester
commands to the release? it might be overkill thought, @alexellis what do you think?
.github/workflows/build.yaml
Outdated
version: v1.29 | ||
args: --issues-exit-code=0 | ||
- name: test | ||
run: make build |
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 think this is one improvement we could make here, can we split build into
make test
make tester
so that when it fails, it is more clear in the CI logs about which step failed.
Otherwise 👍
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.
done, thank you 🙏
.github/workflows/build.yaml
Outdated
push: | ||
branches: [ "*" ] | ||
pull_request: | ||
branches: [ master ] |
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.
Why put this to master only?
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.
done, thank you 🙏
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.
Please update as per the comment from @LucasRoesler
f46619b
to
35466a6
Compare
Signed-off-by: Batuhan Apaydın <[email protected]>
35466a6
to
e5c584d
Compare
Signed-off-by: Batuhan Apaydın [email protected]
Description
Github Actions Migration
Motivation and Context
design/approved
labelHow Has This Been Tested?
Types of changes
Checklist:
git commit -s