From a0f512cd72314c0efac1fab1b33a0b7d9183f2bb Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Fri, 9 Aug 2024 06:27:28 -0500 Subject: [PATCH] calling unit tests --- .github/workflows/CI_Tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI_Tests.yml b/.github/workflows/CI_Tests.yml index ac1c6fa0..c7f0fc3c 100644 --- a/.github/workflows/CI_Tests.yml +++ b/.github/workflows/CI_Tests.yml @@ -27,6 +27,9 @@ jobs: - name: Install this package run: pip install -e . + - name: Run pytest + run: pytest tests + - name: Run the smoke tests run: | music_box configFile=tests/configs/analytical_config/my_config.json outputDir=tests/configs/analytical_config