Browse Source

test: Patch test case of mixins (#32889)

pull/32896/head 4.17.1-alpha.0
二货机器人 3 years ago
committed by GitHub
parent
commit
c1c51d5472
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/test.yml

3
.github/workflows/test.yml

@ -493,4 +493,7 @@ jobs:
- name: lessc component
run: npx lessc --js ./es/button/style/index.less
- name: lessc mixins
run: npx lessc --js ./es/style/mixins/index.less
needs: setup
Loading…
Cancel
Save