Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit daf6a4fa authored by Dorian Turba's avatar Dorian Turba
Browse files

add matrix jobs

parent 4c5db698
No related branches found
No related tags found
No related merge requests found
Pipeline #23627 failed
......@@ -21,6 +21,20 @@ pytest:
- templates/python/testing/pytest/**/*
- tests/pytest_project/**/*
tests:
stage: templates
variables:
PROJECT_PATH: "tests/$PROJECT_project"
parallel:
matrix:
- PROJECT: [flake8, black, isort, mypy, ruff]
only:
changes:
- .gitlab-ci.yml
- pyproject.toml
- templates/python/code_quality/$PROJECT/**/*
- tests/$PROJECT_project/**/*
flake8:
stage: templates
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment