From 3cb9948355461fdb7ac1f521d216cd0362660a48 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Sun, 21 Mar 2021 18:02:59 +0100 Subject: [PATCH] chore: always save tests artifacts (#5140) --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 68d45a10..19b48add 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -100,6 +100,7 @@ jobs: MACHINE_COUNT: 8 MACHINE_INDEX: ${{ matrix.machine }} - uses: actions/upload-artifact@v2 + if: ${{ always() }} with: name: cypress-results-${{ matrix.machine }} path: |