Always archive test logs.
This commit is contained in:
parent
d141bf954c
commit
61caaa662b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
cp config.py.example config.py # We don't need an API config file for these tests.
|
||||
python -m unittest
|
||||
- name: Archive test logs
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Logs
|
||||
|
|
Loading…
Reference in a new issue