From 9ed19036d5ee8b0dd6a106038e86b239ac5d7f89 Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 20 Jun 2024 16:20:08 +0200 Subject: [PATCH] fix wf test --- .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 938f04e..5608122 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,8 @@ jobs: pip install -v --no-deps . - name: run test suite run: | - pytest --cov anchorna --cov-report=xml:$PWD/coverage.xml + mkdir empty; cd empty + pytest ../anchorna/tests --cov anchorna --cov-report=xml:$PWD/coverage.xml - name: upload coverage uses: codecov/codecov-action@v4 with: