-
Notifications
You must be signed in to change notification settings - Fork 36
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
[CI] Add make target and actions job to execute tests #85
Conversation
…and modified readme
Not sure why that's failing; I'll work on fixing it. Might take me a few attempts |
It's failing becuase the frontend has not been build - The pnpm build script needs to be run for the go files to compile. |
Ah, that explains that. I'll get that fixed. Thanks! |
Ok, I think we're good to go now. The job uploads the coverage report HTML file, though I'm sure there are better ways of doing it. Baby steps : P |
This looks great! Merging now! - Will the HTML file be served somewhere so it can be found? |
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.
LGTM
Relates to #84
make test