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 }}