From 50a7cbcadad833026fb1e4bc0383821690d31910 Mon Sep 17 00:00:00 2001 From: loken156 Date: Thu, 16 May 2024 13:12:19 +0200 Subject: [PATCH] fix --- .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 c4881ef..2513ab4 100644 --- a/.github/workflows/testDeploy.yml +++ b/.github/workflows/testDeploy.yml @@ -22,7 +22,7 @@ jobs: - name: Install Cypress dependencies run: cd ./Cypress && npm ci - name: Run Cypress - run: npm run test + run: cd ./Cypress && npm run test # The deploy job will run on the ubuntu-latest runner and will have the following steps. deploy: