فهرست منبع

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