Skip to content

Commit

Permalink
move test to spi sample
Browse files Browse the repository at this point in the history
  • Loading branch information
songxiaosheng committed Aug 17, 2024
1 parent b74d20f commit 361f054
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 361f054

Please sign in to comment.