Point tests to the correct folder.
This commit is contained in:
parent
8e3fba38c6
commit
ef2d79e879
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -22,4 +22,5 @@ jobs:
|
|||
- name: Install Hatch
|
||||
run: pipx install hatch
|
||||
- name: Run tests
|
||||
run: hatch test
|
||||
run: cd packages/markitdown |
|
||||
hatch test
|
||||
|
|
|
|||
Loading…
Reference in a new issue