Skip to content

Commit c130388

Browse files
committed
fix: gitignore and cicd yml
1 parent 09c1898 commit c130388

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
if: always()
5151
run: |
5252
source .venv/bin/activate
53+
export PYTHONPATH=$PYTHONPATH:.
5354
pytest --junit-xml=./reports/pytest.xml --tb=auto -v
5455
5556
- name: Upload test results

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
if: always()
5151
run: |
5252
source .venv/bin/activate
53+
export PYTHONPATH=$PYTHONPATH:.
5354
pytest --junit-xml=./reports/pytest.xml --tb=auto -v
5455
5556
- name: Upload test results

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ coverage.xml
5050
*.py,cover
5151
.hypothesis/
5252
.pytest_cache/
53+
reports/
5354

5455
# Translations
5556
*.mo

reports/pytest.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)