Skip to content

Commit

Permalink
remove npm t in ga
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Sep 30, 2021
1 parent ff32931 commit 0b6e269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install, test and coverage
- name: Install and coverage
run: |
npm i
npm t
npm run coveralls
- name: Coveralls
Expand Down

0 comments on commit 0b6e269

Please sign in to comment.