Skip to content

Commit

Permalink
Simplify scripts a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 28, 2019
1 parent 036457c commit 8de46a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Run tests with coverage
- name: Run tests
run: npm run test:cov
if: startsWith(matrix.os, 'ubuntu')

- name: Run tests without coverage
run: npm test
if: startsWith(matrix.os, 'windows')

- name: Run Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 8de46a0

Please sign in to comment.