Skip to content

Commit

Permalink
test command by default include coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Hafez committed Apr 16, 2024
1 parent 5b6857f commit d2c92e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '18'
- run: npm ci
- run: npm run test --coverage
- run: npm run test
#- run: npm run lint:check
#- run: npm run test:unit
#- run: npm run test-server &
Expand Down

0 comments on commit d2c92e9

Please sign in to comment.