-
Notifications
You must be signed in to change notification settings - Fork 67
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
Create a GitHub Action that builds and runs unit tests #88
Comments
Hey @sevagh , I would love to take this up, If you can let me know the steps involved in the process of building and commands to run tests |
You can do it pretty easily with the included Docker image.
We can also possibly look at GHCR.io/github's container registry to store the pitch_detection docker container as a release artifact: https://docs.github.com/en/actions/publishing-packages/publishing-docker-images |
Feel free to explore at your pace, and ping me when you have any questions. There is no urgency on this issue. |
Hey sevagh, Thanks for the detailed steps. While running unit test im getting error code of 139
is this expected ? I also tried the same locally I'm still getting the same error code when running it on my local machine. |
Did you make sure to enable git-lfs?
If you run
The test data is stored with git-lfs (git large-file storage), which needs an extra step to clone. Are there any more messages printed by the failing test? |
No description provided.
The text was updated successfully, but these errors were encountered: