From 2876e6efa96e31918ad432e83c4a2f7261d7268f Mon Sep 17 00:00:00 2001 From: Pyry Lahtinen Date: Sun, 11 Dec 2022 14:59:51 +0000 Subject: [PATCH] fix pytest directory --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fccb87..5073223 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,4 +21,4 @@ jobs: - name: Init environment run: poetry install - name: Unit tests - run: poetry run pytest src + run: poetry run pytest tests