chore: fix test workflow
This commit is contained in:
@@ -27,8 +27,11 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
mkdir -r data/plugins
|
||||
mkdir -r data/config
|
||||
mkdir -r data/temp
|
||||
export ZHIPU_API_KEY=${{ secrets.OPENAI_API_KEY }}
|
||||
PYTHONPATH=./ pytest --cov=. tests/ -v
|
||||
PYTHONPATH=./ pytest --cov=. tests/test_pipeline.py -v -o log_cli=true -o log_level=DEBUG
|
||||
|
||||
- name: Upload results to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
|
||||
Reference in New Issue
Block a user