Skip to content

Commit

Permalink
Minor change in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 12, 2022
1 parent bf44c72 commit 4407f31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm t
run: npm test
- name: Coverage
uses: coverallsapp/[email protected]
with:
Expand Down Expand Up @@ -66,8 +66,6 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Run examples
run: npm run examples
- name: Test
run: npm test
- name: Deploy to NPM
Expand Down

0 comments on commit 4407f31

Please sign in to comment.