Skip to content

Commit f6990ce

Browse files
committed
Update python-tests action for unit test path
1 parent 367710b commit f6990ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Run Unit Tests
4242
run: |
4343
# When run the first time, it'll build the library
44-
python -m unittest tests.test_pyard tests.test_smart_sort
44+
python -m unittest tests.unit.test_pyard tests.unit.test_smart_sort
4545
# When run the second time, it should use the already installed library
46-
python -m unittest tests.test_pyard tests.test_smart_sort
46+
python -m unittest tests.unit.test_pyard tests.unit.test_smart_sort

0 commit comments

Comments
 (0)