Run ci for kafka lib

This commit is contained in:
Nuno Campos
2024-09-10 16:17:22 -07:00
parent 270559b880
commit fed6499a2e
+4 -2
View File
@@ -39,7 +39,8 @@
"libs/cli",
"libs/checkpoint",
"libs/checkpoint-sqlite",
"libs/checkpoint-postgres"
"libs/checkpoint-postgres",
"libs/scheduler-kafka"
]
uses: ./.github/workflows/_lint.yml
with:
@@ -56,7 +57,8 @@
"libs/cli",
"libs/checkpoint",
"libs/checkpoint-sqlite",
"libs/checkpoint-postgres"
"libs/checkpoint-postgres",
"libs/scheduler-kafka"
]
uses: ./.github/workflows/_test.yml
with: