Skip to content

Commit

Permalink
[INTERNAL] GitHub CI workflow: Execute npm test instead of individual…
Browse files Browse the repository at this point in the history
… scripts
  • Loading branch information
RandomByte committed Nov 24, 2020
1 parent a601d32 commit dc8278d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Lint
run: npm run lint

- name: Check for unused and missing dependencies
run: npm run depcheck

- name: Test JSDoc generation
run: npm run jsdoc-generate

- name: Generate test coverage report
run: npm run coverage
- name: Test
run: npm test

- name: Send report to Coveralls
uses: coverallsapp/github-action@v1.1.2
Expand Down

0 comments on commit dc8278d

Please sign in to comment.