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

Research: set up CI and a Test directory #9

Open
masonmcelvain opened this issue Jan 31, 2021 · 1 comment
Open

Research: set up CI and a Test directory #9

masonmcelvain opened this issue Jan 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@masonmcelvain
Copy link
Member

It would be cool if we set up continuous integration so that a test suite is run against every commit to this repo. Github has some starter docs:
https://docs.github.com/en/actions/guides/setting-up-continuous-integration-using-workflow-templates

What to do

  • Figure out how we want to set up CI, and document it here.
  • Brainstorm some ways we can test our code/ setup a script to run the tests.

We want CI so we can make it easy to add tests to our code as we develop.

@masonmcelvain masonmcelvain added the enhancement New feature or request label Jan 31, 2021
@kgoo124
Copy link
Member

kgoo124 commented Feb 2, 2021

@masonmcelvain if we use a testing framework like Jest, we can easily run the testing script for every pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants