enrich ci.yml with artifacts

This commit is contained in:
Herbert Maschke 2020-01-22 15:22:50 +01:00
parent 1423a36ed6
commit c08075b3af
1 changed files with 7 additions and 0 deletions

View File

@ -54,3 +54,10 @@ jobs:
- name: Execute trigger tests
run: set -e && vendor/bin/codecept run trigger
- name: Persist test artifacts
uses: actions/upload-artifact@v1
if: always()
with:
name: test_artifacts
path: tests/_output