Skip to content

Commit

Permalink
Removed Tests from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh-bhatnagar18 committed May 25, 2024
1 parent 1efd307 commit 293e878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
working-directory: ./backend
run: npm install

- name: Run backend tests
working-directory: ./backend
run: npm test
# - name: Run backend tests
# working-directory: ./backend
# run: npm test

- name: Install frontend dependencies
working-directory: ./frontend
Expand Down

0 comments on commit 293e878

Please sign in to comment.