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 Aug 19, 2021
1 parent 0c78faf commit 4ae8cb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
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 4ae8cb7

Please sign in to comment.