From c08075b3afb4ec25c90dcd6af49d672e3bc21c04 Mon Sep 17 00:00:00 2001 From: Herbert Maschke Date: Wed, 22 Jan 2020 15:22:50 +0100 Subject: [PATCH] enrich ci.yml with artifacts --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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