safe test artifacts

This commit is contained in:
Bastian Schroll 2019-10-23 09:35:24 +02:00 committed by GitHub
parent 50095bf4a7
commit bf3914a693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,3 +25,8 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest -c 'test/pytest.ini' pytest -c 'test/pytest.ini'
- name: Save artifacts
uses: actions/upload-artifact@master
with:
name: test.log
path: log/test.log