From 1c1005a2f456b92e24d033068d7c1a140c24edbb Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Sat, 20 Apr 2024 14:53:39 +0300 Subject: [PATCH] ci: attempt to resolve merge to master errors --- .github/workflows/merge-to-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge-to-master.yml b/.github/workflows/merge-to-master.yml index b22b0a0..40189c7 100644 --- a/.github/workflows/merge-to-master.yml +++ b/.github/workflows/merge-to-master.yml @@ -28,6 +28,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: npm i -g nyc - run: npm ci - run: npm run build - run: nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js