Skip to content

Commit a8b3cdb

Browse files
committed
fixing wrong command in test workflow
1 parent 5bc519b commit a8b3cdb

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
@@ -24,7 +24,7 @@ jobs:
2424
run: yarn install
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)