From ffb2f7dd9c5c3e420711f1d1f5f1552ff605da0d Mon Sep 17 00:00:00 2001 From: blaise-muhirwa Date: Sat, 16 Dec 2023 17:59:47 -0800 Subject: [PATCH] get the tests to actually run --- .github/workflows/cicd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 035d192..f16b68c 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -39,4 +39,6 @@ jobs: ./install_flatnav.sh - name: Run Unit Tests - run: poetry run pytest -vs flatnav_python/unit_tests + run: | + cd flatnav_python + poetry run pytest -vs unit_tests