Actions
Task #15757
openGeneral - tests in CI
Start date:
10/10/2024
Due date:
% Done:
90%
Estimated time:
custom category:
Backend
Pull Request:
Co-assignee:
Updated by Kennedy Bacelar 7 months ago
- Status changed from New to Code Review
- % Done changed from 0 to 90
To improve our development and testing process, I believe it's important to set up CI processes, like running tests on GitHub Actions.
The following steps would help strengthen our project's workflow:
- Implement CI processes in all repositories.
- Restrict direct pushes to the default branch (develop or master), allowing changes only through PRs.
- Require at least one review before merging (this step could be adopted in a later iteration, but I consider the previous steps as crucial).
PRs have been submitted to implement the following solutions:
- https://github.com/QORPO-WORLD/qorpo-leaderboard-service/pull/16
- https://github.com/QORPO-WORLD/qorpo-friend-service/pull/10
For task and slide services I am waiting for permissions to be given so I can open PR's into their repos.
Updated by Kennedy Bacelar 7 months ago
PR's for task and slide services respectively.
https://github.com/QORPO-WORLD/qorpo-task-service/pull/33
https://github.com/QORPO-WORLD/slide/pull/28
Actions