Skip to content

Commit

Permalink
fix(ci): remove bonde-components on build step
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jul 2, 2024
1 parent f977835 commit f64cc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f64cc8c

Please sign in to comment.