From ef2d79e8797a5f2a264610df175fc539260900a1 Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Mon, 10 Feb 2025 00:17:04 -0800 Subject: [PATCH] Point tests to the correct folder. --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4dbdcf..3bc85ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,4 +22,5 @@ jobs: - name: Install Hatch run: pipx install hatch - name: Run tests - run: hatch test + run: cd packages/markitdown | + hatch test