### Details I want to set up a GitHub Actions pipeline that does the following: * Runs backend tests (which uses Ruby on Rails) * Runs frontend tests (which uses React.js) <details open> <summary>Checklist</summary> - [X] Create `.github/workflows/ci.yml` ✓ https://github.com/veeral-patel/true-positive/commit/5b88a1b23f8858b6e11baba3c9769a5cad667cb4 [Edit](https://github.com/veeral-patel/true-positive/edit/sweep/set_up_github_actions_ci_pipeline/.github/workflows/ci.yml) </details>