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 0e178eda authored by Dorian Turba's avatar Dorian Turba
Browse files

chore: update cicd

parent f8b5e565
No related branches found
No related tags found
No related merge requests found
Pipeline #63521 passed
stages:
- code_quality
- test
- code_quality
- test
include:
# https://r2devops.io/marketplace/gitlab/dorianturba-templates/r2devops_catalog/r2_metadata/ruff
- remote: 'https://gitlab.com/dorianturba-templates/r2devops_catalog/-/raw/main/templates/python/code_quality/ruff/ruff.yml'
# https://r2devops.io/marketplace/gitlab/dorianturba-templates/r2devops_catalog/r2_metadata/pytest
- remote: 'https://gitlab.com/dorianturba-templates/r2devops_catalog/-/raw/main/templates/python/testing/pytest/pytest.yml'
# https://r2devops.io/marketplace/gitlab/dorianturba-templates/r2devops_catalog/r2_metadata/mypy
- remote: 'https://gitlab.com/dorianturba-templates/r2devops_catalog/-/raw/main/templates/python/code_quality/mypy/mypy.yml'
- component: $CI_SERVER_FQDN/swepy/cicd-templates/pytest/pytest@0.1.0
- component: $CI_SERVER_FQDN/swepy/cicd-templates/ruff/ruff@4.0.0
variables:
PACKAGE_NAME: "{{cookiecutter.package_slug}}"
PACKAGE_NAME: "{{cookiecutter.package_slug}}"
pytest:
image: ghcr.io/astral-sh/uv:0.6.14-python3.13-alpine
before_script:
- uv sync --link-mode=copy
- source .venv/bin/activate
\ No newline at end of file
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