mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
chore: Create necessary directories for data and temp in coverage test workflow
This commit is contained in:
3
.github/workflows/coverage_test.yml
vendored
3
.github/workflows/coverage_test.yml
vendored
@@ -21,6 +21,9 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install pytest pytest-cov pytest-asyncio
|
||||
mkdir data
|
||||
mkdir data/config
|
||||
mkdir temp
|
||||
|
||||
- name: Run tests
|
||||
run: PYTHONPATH=./ pytest --cov=. tests/ -v
|
||||
|
||||
Reference in New Issue
Block a user