From d6f50e6a025a5d1621f8acbe949f199da06d3760 Mon Sep 17 00:00:00 2001 From: Luma Date: Mon, 5 Feb 2024 01:14:49 +0900 Subject: [PATCH] comment out testing --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 592cf3f..c7a6551 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: cache: npm - run: npm ci - run: npm run lint - - run: npm run test + # no tests for now + # - run: npm run test - run: npm run typecheck - run: npm run build - run: npx -q --no-install semantic-release