-
Notifications
You must be signed in to change notification settings - Fork 96
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
migrate CIs to GitHub Actions #432
Conversation
'go vet' run automatically during 'go test'.
I have checked the workflow generates 9 packages and they will be uploaded at the next release. ref https://github.com/mackerelio/go-check-plugins/pull/432/checks?check_run_id=1471763258#step:6:920 |
|
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 approved, but please fix slack username.
.github/workflows/test.yml
Outdated
with: | ||
status: ${{ job.status }} | ||
fields: repo,message,commit,action,eventName,ref,workflow,job,took | ||
username: mkr-release |
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.
Is go-check-plugins-release
correct?
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.
fixed.
.github/workflows/test.yml
Outdated
@@ -29,7 +29,7 @@ jobs: | |||
restore-keys: | | |||
${{ runner.os }}-go- | |||
- run: | | |||
make lint cover all |
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.
all
task in Makefile may be erased?
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.
Sure, but I think make all
is useful to run all tasks locally...
I've migrate both Travis CI and AppVeyor tasks into a GitHub Actions workflow.
see mackerelio/mkr#339