Skip to content

Commit

Permalink
chore: fix npm command in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Aug 14, 2024
1 parent 4d705ef commit bd06aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
npm install
npm run lint
npm test:ci
npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: test
on:
workflow_dispatch:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
run: |
npm install
npm run lint
npm test:ci
npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit bd06aa7

Please sign in to comment.