Skip to content

Commit

Permalink
modified ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharvari Deshmukh authored and Sharvari Deshmukh committed Mar 10, 2024
1 parent 1bfb9bf commit 7a98846
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: cd client && npm install

- name: Install server dependencies
run: cd ../server && npm install
run: cd server && npm install

- name: Run Jest Tests
run: cd ../client && npm run test
run: cd client && npm run test

# This workflow contains a single job called "build"
build:
Expand All @@ -61,5 +61,5 @@ jobs:
node-version: 21.x

# Runs a single command using the runners shell
- name: Run build
run: npm run build
- name: Run client build
run: cd client && npm run build

0 comments on commit 7a98846

Please sign in to comment.