Skip to content

Commit 48da777

Browse files
committed
typo
1 parent 95b8d3f commit 48da777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
coverageCommand: npm run coverage
2424
coverageLocations: "./coverage/clover.xml:clover"
2525
debug: true
26-
run: npm test
27-
uses: coverallsapp/github-action@master
26+
- run: npm test
27+
- uses: coverallsapp/github-action@master
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)