Skip to content

Commit

Permalink
get the tests to actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Dec 17, 2023
1 parent 4823e06 commit ffb2f7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffb2f7d

Please sign in to comment.