From f68290e9054aa1a2abc2c5bb45f2c6239a1fe4b5 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Sat, 15 Apr 2023 21:58:41 +0800 Subject: [PATCH] test: skip cluster tests --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3abe3fea..040df430 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,12 +35,12 @@ jobs: flag-name: node-${{matrix.node}} parallel: true - test-cluster: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Build and test cluster - run: bash test/cluster/docker/main.sh + # test-cluster: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - name: Build and test cluster + # run: bash test/cluster/docker/main.sh code-coverage: needs: test