From 8a110f957b08806de6495901d18b0459dbfb7ab0 Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Fri, 8 Sep 2023 18:13:15 +0100 Subject: [PATCH] amend Signed-off-by: Matteo Bettini --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0a44a6fe..9d9dfe3d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -49,4 +49,4 @@ jobs: pip install pytest pip install pytest-cov pip install tqdm - pytest tests/ --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html + pytest test/ --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html