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

testing tutorials #96

Open
edublancas opened this issue Jul 6, 2022 · 0 comments
Open

testing tutorials #96

edublancas opened this issue Jul 6, 2022 · 0 comments

Comments

@edublancas
Copy link
Contributor

Soopervisor requires many dependencies installed for users to try it. For that reason, our example includes a Dockerfile so people can try them out quickly. However, this tutorials (example) are not tested and often break; what is worst, they remain unnoticed until someone tries them and reports a problem (#91). So we should find a way to test them.

While we could add command on github actions to test the docker run commands; they might become outdated if we update the tutorials but do not test the github actions script. So I think it's best to write a script that extracts those commands and then runs them.

I actually started doing some of this work but never finished it; however, it already has the right pieces.

I'm unsure how much of a priority this, so I'll leave it to @idomic to decide when we start working on this.

cc @94rain

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

No branches or pull requests

1 participant