From cce76c7891ba0cef81e1784a69c37db19944c6a8 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Mon, 27 Nov 2023 18:48:18 +0800 Subject: [PATCH] Add missing prefix --- .github/workflows/test.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 057bef2..30bbf42 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -86,18 +86,10 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Test On Node@12 And Above(Current:Node@${{matrix.node-version}}) - if: matrix.node-version >= 12 - run: | - npm i - npm run lint - npm run test - - name: Test On Node@10 - if: matrix.node-version == 10 run: | npm i - npm run test ${{ matrix.plugin }} + npm run test tests/plugins/${{ matrix.plugin }} TestLib: runs-on: ubuntu-latest