Skip to content

Commit 6757f3d

Browse files
committed
fix: wrong line return
1 parent 6344654 commit 6757f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545

4646
# Runs a set of commands using the runners shell
4747
- name: tests
48-
run: yarn test --coverag
49-
e
48+
run: yarn test --coverage
49+
5050
- name: Coveralls Parallel
5151
uses: coverallsapp/github-action@master
5252
with:

0 commit comments

Comments
 (0)