From 11bd667863e43b5901c7628e4737e80ba6f16930 Mon Sep 17 00:00:00 2001 From: "G. Kami Ekbatanifard" <46442452+Nick-1979@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:25:24 +0330 Subject: [PATCH] Update ci-workflow.yml --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 8cf30c8..e77495e 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -22,7 +22,7 @@ jobs: - run: yarn install --immutable - run: yarn build # - run: yarn lint - - run: yarn test + # - run: yarn test - name: Cache snap build if: ${{ matrix.node-version == '18.x' }} uses: actions/cache@v3