Ryu Sato 6 سال پیش
والد
کامیت
b5681bf240
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      .github/workflows/ci.yml

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

@@ -48,11 +48,10 @@ jobs:
         echo -n "node " && node -v
         echo -n "npm " && npm -v
         yarn list --depth=0
-    - name: Remove swagger.json
-      run: |
-        ls -al tmp
-        rm -f tmp/swagger.json
-        ls -al tmp
+    - name: build swagger.json
+      run: yarn run build:apiv3:jsdoc
+    - name: cat swagger.json
+      run: cat tmp/swagger.json
     - name: yarn lint
       run: |
         yarn lint