diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3bc85ae..b511ff5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,7 @@ jobs: restore-keys: ${{ runner.os }}-pip- - name: Install Hatch run: pipx install hatch + - name: Run tests # Move to the correct folder + run: cd ./packages/markitdown - name: Run tests - run: cd packages/markitdown | - hatch test + run: hatch test