From 2d842d6ac6c2682e7190511a860797e27d5921d9 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Wed, 24 Feb 2021 21:33:54 +0100 Subject: [PATCH] Upload test results on success() || failure() --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dc576e..57144fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - run: npm test - name: Upload test results + if: success() || failure() uses: actions/upload-artifact@v2 with: name: test-results