fix: fix ci path problem

This commit is contained in:
EstrellaXD
2023-06-07 20:24:12 +08:00
parent b264952a27
commit bf73dfbc0f

View File

@@ -22,7 +22,7 @@ jobs:
if [ -f backend/requirements.txt ]; then pip install -r backend/requirements.txt; fi
pip install pytest
- name: Test
working-directory: .backend/src
working-directory: ./backend/src
run: |
mkdir -p config
pytest