Fix pytest

This commit is contained in:
EstrellaXD
2023-05-18 16:51:53 +08:00
parent 306aef0e39
commit 6b9a817149
3 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ jobs:
- name: Test
working-directory: ./src
run: |
mkdir -p config
pytest
dev-latest:

View File

@@ -23,6 +23,7 @@ jobs:
- name: Test
working-directory: ./src
run: |
mkdir -p config
pytest