Test adding script to pyproject.toml or Makefile to run ci jobs locally with single command
Background
We should make a push button way to kick off all of the jobs we run in our pipeline's pipeline.
To do this, we'll need to run the steps from our .gitlab-ci.yml
to either a script section in our pyproject.toml
or a Makefile.
It would also be great if we can run these steps in parallel.
Acceptance Criteria
-
A push button method is added to our codebase to kick off everything we need for linting/formatting/etc. -
Considerations are made to run these in parallel, or another ticket is made to track this work
Definition of Done
-
Project pipeline runs successfully -
Solution is captured as code and/or documentation and merge requests have been submitted -
Code review completed and merge request approved/merged
Edited by Dao Tran