From 863b675c77ca182f58b6211b96a51bb6eb3917ef Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+fallenbagel@users.noreply.github.com> Date: Tue, 11 Mar 2025 07:06:56 +0800 Subject: [PATCH] ci(cypress): always run the upload video files step (#1445) --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ce5430971..6f8e2d8af 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -37,6 +37,7 @@ jobs: COMMIT_INFO_MESSAGE: ${{github.event.pull_request.title}} COMMIT_INFO_SHA: ${{github.event.pull_request.head.sha}} - name: Upload video files + if: always() uses: actions/upload-artifact@v4 with: name: cypress-videos