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 ab3bf25 commit 92dab1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
path: "backend"
ref: main

- name: Use Node.js
Expand All @@ -31,4 +30,4 @@ jobs:
run: npm run format

- name: Run Tests
run: npm test
run: npm run test
3 changes: 1 addition & 2 deletions .github/workflows/workflow_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
path: 'frontend'
ref: main

- name: Use Node.js
Expand All @@ -36,7 +35,7 @@ jobs:
run: npm run format

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

- name: Build
run: npm run build

0 comments on commit 92dab1b

Please sign in to comment.