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

Add GitHub Action that builds and tests the code #120

Merged
merged 3 commits into from
Jul 6, 2022

Conversation

carolynvs
Copy link
Collaborator

@carolynvs carolynvs commented Mar 14, 2022

Here is a github workflow that runs make all-ci. I think it may be easier to maintain going forward over the circle ci setup. As you can see it's pretty straightforward.

This workflow only does a build, so it's safe to run for both pushes and pull requests.

@carolynvs carolynvs force-pushed the github-action branch 2 times, most recently from fc5e656 to a9de83f Compare March 15, 2022 13:58
Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
@carolynvs carolynvs marked this pull request as ready for review March 29, 2022 15:55
The v3 version of setup-go has built-in support for smart selection of the proper Go version, and can cache your go modules for you now. Without having to use the cache action directly.

Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
@carolynvs carolynvs merged commit 3db3383 into cnabio:main Jul 6, 2022
@carolynvs carolynvs deleted the github-action branch July 6, 2022 14:28
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.

None yet

1 participant