From 361f0544d46d8d5f38ce9f65e983a59a920acf84 Mon Sep 17 00:00:00 2001 From: songxiaosheng Date: Sat, 17 Aug 2024 12:45:01 +0800 Subject: [PATCH] move test to spi sample --- .github/workflows/conformance.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 3b15977a..f0f1570b 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -52,22 +52,6 @@ jobs: cd ./dubbo-spi-extensions ./mvnw --batch-mode -U -e --no-transfer-progress install -am -DskipTests=true - prepare_test: - name: "Prepare Test" - runs-on: ubuntu-latest - env: - #'JOB_COUNT' MUST match 'job_id' list of 'testjob' - JOB_COUNT: 3 - steps: - - uses: actions/checkout@v4 - - name: Prepare test list - run: | - bash ./test/scripts/prepare-test.sh - - name: Upload test list - uses: actions/upload-artifact@v4 - with: - name: test-list - path: test/jobs testjob: needs: [ prepare_test,build-extensions ]