From d98aeb85f6f00fac408a1202fdcbd0bdfaf49039 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 13 Nov 2024 19:28:52 +0100 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- .github/workflows/nodejs-ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index b2fca4b..38a5587 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -22,17 +22,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline - - run: npm run covtest + - run: npm run test # test typescript definitions - run: npm install @types/node - run: npx --package typescript tsc index.d.ts - - finish: - needs: build - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.github_token }} - parallel-finished: true