Преглед изворни кода

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