-
Notifications
You must be signed in to change notification settings - Fork 7
feat: basic CI #7
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
Conversation
|
currently blocked by gnolang/gno#4739 |
gfanton
left a comment
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.
Check my comments. check monorepo workflows templates; they should be simple enough to adapt it here (not as a template).
Also (not mendatory in this PR) but using go.mod to vendor gno would be better IMO. As long a we have some flow to update it frequently (e.g. once a week)
.github/workflows/gno-test.yaml
Outdated
| - name: Expose GOBIN on PATH | ||
| run: echo "${GOBIN}" >> "$GITHUB_PATH" |
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.
not sure this is needed.
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.
After adding the go.mod, it's needed so that the CI knows where the installed gno binary is.
|
Hey @gfanton thanks for the review. I reworked the CI and now we use a go.mod file, with a nicer flow and proper execution. Can you please check it out again? |
|
Also added a Makefile which uses local tools. |
Co-authored-by: Guilhem Fanton <[email protected]>
|
self merging |
No description provided.