Point tests to the correct folder.

This commit is contained in:
Adam Fourney 2025-02-10 00:17:04 -08:00
parent 8e3fba38c6
commit ef2d79e879

View file

@ -22,4 +22,5 @@ jobs:
- name: Install Hatch
run: pipx install hatch
- name: Run tests
run: hatch test
run: cd packages/markitdown |
hatch test