Skip to content

Commit

Permalink
adding cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Jul 4, 2024
1 parent 7b0006a commit 7684c69
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@ jobs:
"BCEID_USERNAME": "${{ vars.CYPRESS_BCEID_USERNAME }}"
}
EOF
- name: Install Dependencies
run: npm install
run: |
cat << EOF > installing dependecies
npm install
working-directory: appointment-frontend

- name: Cypress Run
Expand Down

0 comments on commit 7684c69

Please sign in to comment.