Skip to content

Commit fd865af

Browse files
committed
chore: fix workflow stage "tests-Tests"
1 parent 14399e7 commit fd865af

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: ESLint
2525
run: yarn --cwd packages/mongodb-memory-server-core run eslint
2626
- name: Tests
27-
run: yarn run coverage
27+
run: yarn --cwd packages/mongodb-memory-server-core run coverage
2828
env:
2929
CI: true
3030
- name: Send codecov.io stats

0 commit comments

Comments
 (0)