Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit contains some improvements for the CI: - Renamed from `Tests` to `CI` because it doesn't run only tests. - Removed `bundle install` step because it's already done in `Setup`. - Created single steps for each rake task. Especially the last point is useful because by separating the step/task, we can easily find and fix which task is failing (if any) and fix it.
- Loading branch information