enrich ci.yml with artifacts
This commit is contained in:
parent
1423a36ed6
commit
c08075b3af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue