We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ab874 commit 1982071Copy full SHA for 1982071
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run Tests
35
working-directory: packages/kafka
36
- run: npm run test:ci
+ run: npm run test:coverage
37
38
- name: Docker stop
39
run: npm run docker:stop:ci -- --filter=@message-queue-toolkit/kafka
0 commit comments