Fix logs archive.
This commit is contained in:
parent
3733aa3801
commit
af368f0756
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -36,6 +36,8 @@ jobs:
|
|||
python -m sounddevice
|
||||
cp config.py.example config.py # We don't need an API config file for these tests.
|
||||
python -m unittest
|
||||
- name: Archive test logs
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Logs
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue