From f64cc8c3e7c83a0726537d0c8d03beeb41b6c90d Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Tue, 2 Jul 2024 13:49:56 -0300 Subject: [PATCH] fix(ci): remove bonde-components on build step --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 103216aa29..9314e96dd8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: run: cd clients && pnpm i - name: Build components and core-tools to run tests in clients - run: cd clients && pnpm --filter "./libs/**" m run build + run: cd clients && pnpm --filter "./libs/slate-*" --filter "./libs/core-tools" --filter "./libs/ckeditor5-*" m run build - name: Run tests run: cd clients && pnpm test