Selaa lähdekoodia

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

sanex 4 vuotta sitten
vanhempi
commit
8e9c9a6b8d
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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