From cbf0f65edf004dfd9202d9262f73da84acfde6c9 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Mon, 8 Jul 2024 22:08:21 +1200 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bcdb170..53a97033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,4 +48,4 @@ jobs: cache: 'yarn' - run: yarn --immutable - run: yarn update-env - - run: yarn test packages/${{ matrix.tests }} + - run: yarn vitest packages/${{ matrix.tests }}