From e7bfee1656f97824ad867ced88c45eaea64b2a39 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Wed, 14 Feb 2024 22:35:14 +0100 Subject: [PATCH] Update arguments for unittest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8149d60..ca404c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Test python scripts working-directory: custom - run: PYTHONPATH=src python -m unittest discover -t tests + run: PYTHONPATH=src python -m unittest discover -s tests - name: Set test tag variable as an output id: vars