Skip to content

Commit

Permalink
enable test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakashmoondive502 committed Dec 13, 2024
1 parent cbecd81 commit ba377f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: npm ci
- name: Run ESLint
run: npm run lint
# - name: Test and Coverage
# run: npm run test
- name: Test and Coverage
run: npm run test
env:
DB_HOST: ${{ secrets.TEST_DB_HOST }}
DB_PORT: ${{ secrets.TEST_DB_PORT }}
Expand Down

0 comments on commit ba377f3

Please sign in to comment.