Skip to content

Commit fede066

Browse files
committed
chore(tests): add "--colors" to tests
1 parent 1e2f2fc commit fede066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: ESLint
3737
run: yarn --cwd packages/mongodb-memory-server-core run eslint
3838
- name: Tests
39-
run: yarn --cwd packages/mongodb-memory-server-core run coverage
39+
run: yarn --cwd packages/mongodb-memory-server-core run coverage --colors
4040
env:
4141
CI: true
4242
- name: Send codecov.io stats

0 commit comments

Comments
 (0)