Skip to content
Snippets Groups Projects
Commit fda34044 authored by Valentin Valls's avatar Valentin Valls
Browse files

Added CI

parent 867e287b
No related branches found
No related tags found
1 merge request!1Rework project add configuration and merge bm05 controller
Pipeline #200473 passed
stages:
- test
test:
stage: test
image: condaforge/mambaforge:latest
before_script:
- eval "$(/opt/conda/bin/conda shell.posix hook)" # Enable activate/deactivate
- mamba create --name=test python=3.10 pytango
- conda activate test
- pip install .[test] nosqltangodb pytest mock
script:
- pytest tests -s
variables:
PIP_CACHE_DIR: /opt/cache/pip
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