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