From aeaa4da9f6ad931a75d499aea7e3497c77fa7c78 Mon Sep 17 00:00:00 2001 From: Rob-0ff Date: Tue, 11 Jul 2023 21:41:02 +0200 Subject: [PATCH] removed the second cypress run command Co-authored-by: Wian Koekemoer --- .github/workflows/cypress2.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cypress2.yml b/.github/workflows/cypress2.yml index 69cebbf0..90b605e3 100644 --- a/.github/workflows/cypress2.yml +++ b/.github/workflows/cypress2.yml @@ -50,8 +50,7 @@ jobs: - if: always() name: Run Cypress Tests - run: npx cypress run - - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v1 with: name: cypress-videos path: cypress/videos \ No newline at end of file