From a203a91b0d65595c831abdc60a2f0037f4064f7d Mon Sep 17 00:00:00 2001 From: Rajandeep98 Date: Thu, 4 Jul 2024 12:03:53 -0700 Subject: [PATCH] command updated --- .../workflows/tyu-reusable-appointment-frontend-cypress.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tyu-reusable-appointment-frontend-cypress.yaml b/.github/workflows/tyu-reusable-appointment-frontend-cypress.yaml index e8611df8a..1d802f6c7 100644 --- a/.github/workflows/tyu-reusable-appointment-frontend-cypress.yaml +++ b/.github/workflows/tyu-reusable-appointment-frontend-cypress.yaml @@ -74,9 +74,7 @@ jobs: EOF - name: Install Dependencies - run: | - cat << EOF > installing dependecies - npm install + run: npm install working-directory: appointment-frontend - name: Cypress Run