correcting working dir for tests
This commit is contained in:
parent
fa4d717693
commit
012cb31587
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -32,5 +32,6 @@ jobs:
|
|||||||
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
# # 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
|
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
working-directory: ./inkycal
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user