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