From 16c9f22546bb36be064f3d38286095e192db0c39 Mon Sep 17 00:00:00 2001 From: Naor Peled Date: Sat, 20 Apr 2024 14:54:03 +0300 Subject: [PATCH] ci: attempt to resolve merge to master errors (#546) --- .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