浏览代码

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

sanex 3 年之前
父节点
当前提交
8e9c9a6b8d
共有 1 个文件被更改,包括 0 次插入2 次删除
  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