Commit 96fe76f0 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

(workflows): artifacts after testsuite

parent e6058bb4
......@@ -35,3 +35,10 @@ jobs:
run: |
cd testsuite;
make check
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
if: always()
with:
name: testsuite-artifacts
path: testsuite
retention-days: 5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment