From 8aec2db8d00c202bb9cb3b4b8adcfe2f5453f2a6 Mon Sep 17 00:00:00 2001 From: Christian Vogt Date: Tue, 18 Jun 2024 11:03:50 -0400 Subject: [PATCH] add always() condition to upload cypress artifacts --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7809bda71e..a9ed526c12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,7 @@ jobs: directory: ./frontend/coverage verbose: true - uses: actions/upload-artifact@v4 + if: ${{ always() }} with: name: cypress-results path: ./frontend/src/__tests__/cypress/results/