Skip to content

Commit 2dcb356

Browse files
committed
fixing wrong commands in workflow
1 parent 5bc519b commit 2dcb356

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
@@ -21,10 +21,10 @@ jobs:
2121

2222

2323
- name: Install dependencies
24-
run: yarn install
24+
run: yarn
2525

2626
- name: Test
27-
run: yarn test --ci --coverage --maxWorkers=2
27+
run: yarn test
2828

2929
- name: Build
3030
run: yarn build

0 commit comments

Comments
 (0)