From 0c6c7a4481d7309ccbdb9144dd6e8bb3f975879b Mon Sep 17 00:00:00 2001 From: "ala'n (Alexey Stsefanovich)" Date: Thu, 8 Feb 2024 15:46:24 +0100 Subject: [PATCH] chore(e2e): create report artifact if failure --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4cdfee04f..2d4f54b74 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -25,7 +25,8 @@ jobs: - name: Run Tests run: npm run test:e2e - name: Collect Report & Upload artifact + if: failure() uses: actions/upload-artifact@v4 with: - name: code-coverage-report + name: automation-diff-report path: e2e/.diff