From 682977a04cfcec5be7229835b093de5d982ddfa2 Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:28:43 +0100 Subject: [PATCH] chore: remove duplicate step --- .github/workflows/cypress-testing.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/cypress-testing.yml b/.github/workflows/cypress-testing.yml index 9221ac44..2f069d71 100644 --- a/.github/workflows/cypress-testing.yml +++ b/.github/workflows/cypress-testing.yml @@ -66,10 +66,4 @@ jobs: with: name: cypress-screenshots path: cypress/screenshots - if-no-files-found: ignore - - uses: actions/upload-artifact@v4 - if: failure() - with: - name: cypress-videos - path: cypress/videos - if-no-files-found: ignore + if-no-files-found: ignore \ No newline at end of file