Upload trial's test.log on GitHub Actions

This commit is contained in:
Jean-Paul Calderone 2021-09-08 09:15:02 -04:00
parent e0414fd8af
commit bcf1c71536

View File

@ -83,6 +83,12 @@ jobs:
name: eliot.log
path: eliot.log
- name: Upload trial log
uses: actions/upload-artifact@v1
with:
name: _trial_temp/test.log
path: _trial_temp/test.log
# Upload this job's coverage data to Coveralls. While there is a GitHub
# Action for this, as of Jan 2021 it does not support Python coverage
# files - only lcov files. Therefore, we use coveralls-python, the