Skip to content

Commit

Permalink
Tests in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Sep 13, 2023
1 parent e3f1fae commit 6292829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting_and_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
mkdir -p ./reports/junit
# Producction one
pytest biobb_cmip/test/unitests/ --cov=biobb_cmip/ --cov-report=xml --ignore-glob=*container.py --ignore-glob=*docker.py --ignore-glob=*singularity.py --junit-xml=./reports/junit/junit.xml --html=./reports/junit/report.html
pytest biobb_cmip/test/unitests/ --cov=biobb_cmip/ --cov-report=xml --ignore-glob=*container.py --ignore-glob=*docker.py --ignore-glob=*titration* --ignore-glob=*singularity.py --junit-xml=./reports/junit/junit.xml --html=./reports/junit/report.html
- name: Generate Tests badge
shell: micromamba-shell {0} # necessary for conda env to be active
Expand Down

0 comments on commit 6292829

Please sign in to comment.