From ec9b7279469a8e6f6e92530f9d5640b589f727a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 13 Dec 2024 14:57:36 +0100 Subject: [PATCH] chore: disable test:types --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9dc43e..e89a0ea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: - name: Run test suite run: pnpm test - - name: Test types - run: pnpm test:types + # - name: Test types + # run: pnpm test:types # - name: Test playground types # run: pnpm test:types:playground