Skip to content

Commit 007afdb

Browse files
committed
[INTERNAL] GitHub CI workflow: Execute npm test instead of individual scripts
1 parent 9df5c34 commit 007afdb

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25-
- name: Lint
26-
run: npm run lint
27-
28-
- name: Check for unused and missing dependencies
29-
run: npm run depcheck
30-
31-
- name: Test JSDoc generation
32-
run: npm run jsdoc-generate
33-
34-
- name: Generate test coverage report
35-
run: npm run coverage
25+
- name: Perform checks and tests
26+
run: npm test
3627

3728
- name: Send report to Coveralls
3829
uses: coverallsapp/[email protected]

0 commit comments

Comments
 (0)