Only rebuild docker for changes

Docker is now only rebuilt when it's changed, and on `v3`  branch.

I've also added code quality reporting for pytest.
This commit is contained in:
Richard Bowman 2024-12-03 12:54:34 +00:00
parent 71e6d84aa4
commit c3cd30b642
2 changed files with 13 additions and 7 deletions

View file

@ -32,6 +32,7 @@ dev = [
"ruff",
"mypy[reports]",
"mypy-gitlab-code-quality",
"pytest-gitlab-code-quality",
"pytest",
]
pi = [