From d558c85242c723f187ed124345780fb8c9bf89a8 Mon Sep 17 00:00:00 2001 From: Pau Andrio Date: Sun, 17 Sep 2023 22:04:30 +0200 Subject: [PATCH] Updating gh-actions --- .github/workflows/linting_and_testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting_and_testing.yaml b/.github/workflows/linting_and_testing.yaml index b6ae748..c2cd561 100644 --- a/.github/workflows/linting_and_testing.yaml +++ b/.github/workflows/linting_and_testing.yaml @@ -99,7 +99,7 @@ jobs: mkdir -p ./reports/junit # Producction one - pytest biobb_gromacs/test/unitests/ --cov=biobb_gromacs/ --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_pmx/test/unitests/ --cov=biobb_pmx/ --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 - name: Generate Tests badge shell: micromamba-shell {0} # necessary for conda env to be active