Explorar el Código

Removed `test` and `lint` scripts from ci runs

sanex hace 3 años
padre
commit
8e9c9a6b8d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .github/workflows/ci.yml

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

@@ -42,8 +42,6 @@ jobs:
           key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
       - run: yarn install
       - run: yarn run build
-      - run: yarn run eslint
-      - run: yarn run test
       - run: yarn run test:mocha-coverage:report
       - name: Coveralls
         uses: coverallsapp/github-action@master