Skip to content

Commit c5dabd9

Browse files
authored
chore(build): update yarn command
1 parent d288a0c commit c5dabd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: lint code
2121
run: yarn run lint
2222
- name: run tests
23-
run: yarn test
23+
run: yarn run test
2424
- name: get code coverage report
2525
run: npx codecov
2626
env:

0 commit comments

Comments
 (0)