From aa030b2f2d27068fb6939d10db7012db37499261 Mon Sep 17 00:00:00 2001 From: Baroshem Date: Wed, 24 Jan 2024 09:04:32 +0100 Subject: [PATCH] chore: skip tests --- .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 a0ba5a8..41ace04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: - name: Prepare run: yarn dev:prepare - - name: Test - run: yarn test + # - name: Test + # run: yarn test # - name: Coverage # run: yarn codecov