Always archive test logs.

This commit is contained in:
Matthew Stratford 2021-04-07 22:25:39 +01:00
parent d141bf954c
commit 61caaa662b

View file

@ -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