Closed upkarlidder closed 3 years ago
I've done the same for FairChange. Can I take this issue?
@markstur ^^
Hi! I added github actions for the server and client. The server one is giving me a lot of errors when executing npm test. Does anyone know if the tests are broken or if I am missing a setup step? Here a link to the build error - > https://github.com/arianahl/Truth-Loop/runs/3965866995?check_suite_focus=true
@arianahl Maybe skip the react-admin under server. Try this. I get errors there too. "test": "jest --detectOpenHandles --testPathIgnorePatterns react-admin",
Closed with #229 (and #240 )
Background on the problem the feature will solve/improved user experience
Add GitHub Actions to test and build new code pushed to a branch or committed to a pull request. Code that passes all the steps in the GitHub action can be merged in the repository.
Describe the solution you'd like
A GitHub action runs whenever code is committed to any branch or PR is made to the main branch for each of the following components:
Refer to a similar action that was implemented for the UI folder in Five Fifths Voter project.
Each action will
Tasks
Acceptance Criteria
GitHub action runs for every new code commit and PR.
FYI @demilolu