Skip to content

Commit 3709c5e

Browse files
committed
typo
1 parent 48da777 commit 3709c5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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
28-
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
26+
- run: npm test
27+
- uses: coverallsapp/github-action@master
28+
with:
29+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)