diff --git a/.github/workflows/index.yaml b/.github/workflows/index.yaml index 957d6cf..d4fe677 100644 --- a/.github/workflows/index.yaml +++ b/.github/workflows/index.yaml @@ -25,7 +25,6 @@ jobs: node --input-type=module --eval "import * as m from '@abraham/reflection'; console.log(m)" node --input-type=commonjs --eval "const m = require('@abraham/reflection'); console.log(m)" - run: npm run pkg-ok - - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}