From 012cb31587bf3ea24045be17dd44cb39184e0076 Mon Sep 17 00:00:00 2001 From: Robert Sirre Date: Sat, 16 May 2020 20:16:47 +0200 Subject: [PATCH] correcting working dir for tests --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bafb90e..9a2b2d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,5 +32,6 @@ jobs: # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest + working-directory: ./inkycal run: | pytest