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

Replace CircleCI to Github Actions #18

Merged
merged 2 commits into from
Nov 10, 2023
Merged

Replace CircleCI to Github Actions #18

merged 2 commits into from
Nov 10, 2023

Conversation

bmf-san
Copy link
Owner

@bmf-san bmf-san commented Nov 10, 2023

Description

Replace CI.

Changes

  • Use Github Actions instead of using CircleCI
  • Support binary distribution

Impact range

CI

Operational Requirements

N/A

Related Issue

#3 #17

Supplement

N/A

@bmf-san bmf-san added the enhancement New feature or request label Nov 10, 2023
@bmf-san bmf-san self-assigned this Nov 10, 2023
@bmf-san bmf-san mentioned this pull request Nov 10, 2023
6 tasks
Comment on lines +1 to +7
package main

import "fmt"

func main() {
fmt.Println("hello")
}
Copy link
Owner Author

Choose a reason for hiding this comment

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

Implement in another PR.

@@ -32,7 +32,7 @@ func TestServe(t *testing.T) {

data := `
proxy:
port: 80
port: 8080
Copy link
Owner Author

Choose a reason for hiding this comment

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

Port 80 was not available in the execution environment used by Github Actions.

@bmf-san bmf-san merged commit a09ba76 into main Nov 10, 2023
6 checks passed
@bmf-san bmf-san deleted the feature/replace-ci branch November 10, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant