diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f74da491..829a18122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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