From fc430499fd95aa355d5d6d0fc626eb24c7bffd06 Mon Sep 17 00:00:00 2001 From: Oluwatobi Bamidele Date: Mon, 29 Jan 2024 23:32:56 +0100 Subject: [PATCH] fix: trying to get the present working directory --- .github/workflows/prjob_cypress_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/prjob_cypress_tests.yml b/.github/workflows/prjob_cypress_tests.yml index fb8acfbb..aae4cb3c 100644 --- a/.github/workflows/prjob_cypress_tests.yml +++ b/.github/workflows/prjob_cypress_tests.yml @@ -60,8 +60,7 @@ jobs: target: 'cypress/fixtures/nodes.json' - name: Install Frontend Dependencies - working-directory: ./sphinx-tribes-frontend - run: npm install + run: pwd - name: Run Cypress Test run: npm run cypress:run