Skip to content

Commit c8e2899

Browse files
committed
ci: Enable relative config path tests
1 parent 5b5ae49 commit c8e2899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checks.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
run: poetry run pylint openapi_python_client
6363

6464
- name: Run pytest
65-
run: poetry run pytest --cov=openapi_python_client --cov-report=term-missing tests end_to_end_tests/test_end_to_end.py
65+
run: poetry run pytest --cov=openapi_python_client --cov-report=term-missing tests end_to_end_tests/test_end_to_end.py --basetemp=tests/tmp
66+
env:
67+
TASKIPY: true
6668

6769
- name: Generate coverage report
6870
shell: bash

0 commit comments

Comments
 (0)