From bf3914a6936c6c0b0632c73c215eece549e7aefc Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 23 Oct 2019 09:35:24 +0200 Subject: [PATCH] safe test artifacts --- .github/workflows/run_pytest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index bf2f891..0b059ff 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -25,3 +25,8 @@ jobs: - name: Test with pytest run: | pytest -c 'test/pytest.ini' + - name: Save artifacts + uses: actions/upload-artifact@master + with: + name: test.log + path: log/test.log