-
Notifications
You must be signed in to change notification settings - Fork 89
Parallelize CI Jobs #228
Copy link
Copy link
Closed
Labels
dev experienceTargets the developer experienceTargets the developer experiencegood first issueGood for newcomersGood for newcomersmaintenanceRefactoring or ongoing maintenance workRefactoring or ongoing maintenance worktesting
Milestone
Metadata
Metadata
Assignees
Labels
dev experienceTargets the developer experienceTargets the developer experiencegood first issueGood for newcomersGood for newcomersmaintenanceRefactoring or ongoing maintenance workRefactoring or ongoing maintenance worktesting
To reduce the time spent running the CI pipeline configured through GitHub Actions, it should be refactored into parallel jobs. A task should exist to build the Docker images and expose them as artifacts used by downstream jobs. Separately formatting, linting, type checking, complexity checking, and testing should happen in parallel.