From e5425b9eac8cdb433bec192fe6a6f2de32a0807e Mon Sep 17 00:00:00 2001 From: Gabriel DUSHIME <108078955+GabrielDushime@users.noreply.github.com> Date: Thu, 23 May 2024 11:21:51 +0200 Subject: [PATCH] Adding npm install --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf0535b..8f3c7f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,6 +2,7 @@ version: 2.1 orbs: node: circleci/node@4.0.0 + coveralls: coveralls/coveralls@2.1.0 jobs: build: @@ -10,6 +11,7 @@ jobs: steps: - checkout # - node/install-packages + - run: npm install - run: name: Run Tests command: npm test