Skip to content
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

Merged
merged 8 commits into from
Nov 30, 2020
Merged

migrate CIs to GitHub Actions #432

merged 8 commits into from
Nov 30, 2020

Conversation

lufia
Copy link
Member

@lufia lufia commented Nov 30, 2020

I've migrate both Travis CI and AppVeyor tasks into a GitHub Actions workflow.

see mackerelio/mkr#339

@lufia
Copy link
Member Author

lufia commented Nov 30, 2020

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

@shibayu36
Copy link
Contributor

all task in Makefile may be erased?

Copy link
Contributor

@shibayu36 shibayu36 left a 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.

with:
status: ${{ job.status }}
fields: repo,message,commit,action,eventName,ref,workflow,job,took
username: mkr-release
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

@@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- run: |
make lint cover all
Copy link
Contributor

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?

Copy link
Member Author

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...

@lufia lufia merged commit 9b3eb59 into master Nov 30, 2020
@lufia lufia deleted the gha branch November 30, 2020 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants