From 88ea828b665aeb879352376e7da5ef71f1c38613 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 15 Nov 2022 12:35:02 +0100 Subject: [PATCH] upload --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2535f66..e4e6fa0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,8 +29,8 @@ jobs: - name: Run your tests run: npm run test:run - - name: Upload test results - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v2 + if: always() with: name: test-results path: test-results