From 5aeec9b57d72e287df56688eb3b8fbe80834de77 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 15 Jul 2023 15:04:48 -0400 Subject: [PATCH] Enable component tests in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5467423..33c26903 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: # so we could be sure we don't miss anything # and then generate this list from a previous C.I. job slow-test: + - components + - defaults with npm - defaults with yarn - defaults with pnpm