Skip to content

Commit

Permalink
fix eslint failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Feb 13, 2024
1 parent de74f59 commit 81253bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: npm run format

- name: Run Tests
run: npm run test
run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/workflow_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: npm run format

- name: Run Tests
run: npm run test
run: npm test

- name: Build
run: npm run build

0 comments on commit 81253bc

Please sign in to comment.