Skip to content

Commit

Permalink
fix backend faliure workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Jan 25, 2024
1 parent 3133d88 commit e5931e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm install --prefix backend

- name: Run ESLint
run: npx eslint . --ext .js
run: cd.. && npm run format

- name: Run Tests
run: npm test --prefix backend
Expand Down

0 comments on commit e5931e2

Please sign in to comment.