Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-0407 authored Jun 13, 2024
1 parent 2874f3f commit 0207755
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
cache-dependency-path: Backend/package-lock.json

# Backend
- name: Install dependencies for backend
- name: Install dependencies for the backend
working-directory: ./Backend
run: npm i
run: npm install

- name: Build backend
working-directory: ./Backend
Expand All @@ -36,16 +36,3 @@ jobs:
- name: Run backend
working-directory: ./Backend
run: npm test

# Frontend
- name: Install dependencies for frontend
working-directory: ./Frontend
run: npm i

- name: Build frontend
working-directory: ./Frontend
run: npm run build --if-present

- name: Run frontend
working-directory: ./Frontend
run: npm text

0 comments on commit 0207755

Please sign in to comment.