From 02e09be5eac99f0da5969656965fbdd7ec676669 Mon Sep 17 00:00:00 2001 From: HellgrenR Date: Thu, 16 May 2024 10:54:11 +0200 Subject: [PATCH] Fixed cypress remove --- .github/workflows/testDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testDeploy.yml b/.github/workflows/testDeploy.yml index e153e9c..43454e7 100644 --- a/.github/workflows/testDeploy.yml +++ b/.github/workflows/testDeploy.yml @@ -58,7 +58,7 @@ jobs: npm -v cd /var/www/MysteryIncAuctions git pull - rm -r cypress + rm -r Cypress cd /var/www/MysteryIncAuctions/Client npm install rm -r dist