Explorar el Código

remove debug CI

Ryu Sato hace 6 años
padre
commit
e164dc5bb1
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      .github/workflows/ci.yml

+ 0 - 6
.github/workflows/ci.yml

@@ -48,12 +48,6 @@ jobs:
         echo -n "node " && node -v
         echo -n "npm " && npm -v
         yarn list --depth=0
-    - name: build swagger.json
-      run: yarn run build:apiv3:jsdoc
-    - name: cat swagger.json
-      run: cat tmp/swagger.json
-    - name: grub
-      run: ls -al src/server/**/*.js
     - name: yarn lint
       run: |
         yarn lint