-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding GitHub Workflow for running tests #18
Comments
Could you elaborate a bit more? There's already auto deploy configured on Vercel. There are no tests in the repository right now (would be a good idea to add it) for the CI workflow |
Like while adding code to codebase we can check for lining errors, we can run code that has been changed by contributor to check for errors before adding it to code base, |
We can add tests and if someone contributes to code, as soon as they add make a pr we can test it and if there is any error he/she will know we don't have to manually check code for correctness |
Got it, this workflow makes sense. But it also requires us to have some testing setup in place which is missing right now 😅. It would better if we can setup unit testing(possibly with vitest) in compiler and editor with some unit tests to go with it before adding the workflow for it. |
okay!! Can u assign me this issue? |
Let me create a new issue for testing setup. This issue was for discussing GitHub workflows. |
cool |
@blenderskool can I start working on testing? |
The issue for unit testing setup has been created here – #19. |
Set up GitHub Actions for CI (tests on PRs) and CD (deploy on pushes).
The text was updated successfully, but these errors were encountered: