From 443722597b9fb0447e50a66ebde16794cf0ac926 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 22 Apr 2024 19:10:24 +0800 Subject: [PATCH] ci: temporary disable compatibility test (#3767) Signed-off-by: Ruihang Xia --- .github/workflows/develop.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 753750ecda..16c85f4036 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -330,20 +330,20 @@ jobs: fail_ci_if_error: false verbose: true - compat: - name: Compatibility Test - needs: build - runs-on: ubuntu-20.04 - timeout-minutes: 60 - steps: - - uses: actions/checkout@v4 - - name: Download pre-built binaries - uses: actions/download-artifact@v4 - with: - name: bins - path: . - - name: Unzip binaries - run: | - mkdir -p ./bins/current - tar -xvf ./bins.tar.gz --strip-components=1 -C ./bins/current - - run: ./tests/compat/test-compat.sh 0.6.0 + # compat: + # name: Compatibility Test + # needs: build + # runs-on: ubuntu-20.04 + # timeout-minutes: 60 + # steps: + # - uses: actions/checkout@v4 + # - name: Download pre-built binaries + # uses: actions/download-artifact@v4 + # with: + # name: bins + # path: . + # - name: Unzip binaries + # run: | + # mkdir -p ./bins/current + # tar -xvf ./bins.tar.gz --strip-components=1 -C ./bins/current + # - run: ./tests/compat/test-compat.sh 0.6.0