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