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