Michael Blix 11 месяцев назад
Родитель
Сommit
46cd832a6b
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      .github/workflows/ci.yml

+ 4 - 1
.github/workflows/ci.yml

@@ -12,7 +12,7 @@ permissions:
 
 jobs:
   test:
-    name: Lint, Unit, Circular dependencies & Examples testing
+    name: Lint, Unit, Unit addons, Circular dependencies & Examples testing
     runs-on: ubuntu-latest
     steps:
       - name: Git checkout
@@ -31,6 +31,9 @@ jobs:
       - name: === Unit testing ===
         run: npm run test-unit
 
+      - name: === Unit addons testing ===
+        run: npm run test-unit-addons
+
       - name: === Circular dependencies testing ===
         run: npm run test-circular-deps
 

粤ICP备19079148号