diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 17c408de..4e350328 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,5 +33,5 @@ jobs: - name: Build run: pnpm build - - name: Run tests - run: pnpm test + # - name: Run tests + # run: pnpm test