correcting working dir for tests

This commit is contained in:
Robert Sirre 2020-05-16 20:16:47 +02:00 committed by GitHub
parent fa4d717693
commit 012cb31587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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