Skip to content

Commit

Permalink
test: skip cluster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Apr 15, 2023
1 parent 1a87b23 commit f68290e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f68290e

Please sign in to comment.