Skip to content

Commit

Permalink
Add missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Nov 27, 2023
1 parent df7daa0 commit cce76c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cce76c7

Please sign in to comment.