Skip to content

Commit a6ab874

Browse files
committed
Avoiding turbo cache
1 parent c2660c4 commit a6ab874

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: npm run build
3333

3434
- name: Run Tests
35-
run: npm run test:ci -- --filter=@message-queue-toolkit/kafka
35+
working-directory: packages/kafka
36+
run: npm run test:ci
3637

3738
- name: Docker stop
3839
run: npm run docker:stop:ci -- --filter=@message-queue-toolkit/kafka

0 commit comments

Comments
 (0)