From 19f06eefce2ba13691687267bcf83b7add865402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alicia=20Fern=C3=A1ndez=20Pushkina?= <79641793+aliciafp15@users.noreply.github.com> Date: Wed, 19 Apr 2023 21:15:21 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20--force?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit linea 21 --- .github/workflows/lomap_es6b.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lomap_es6b.yml b/.github/workflows/lomap_es6b.yml index 19399dcf..7462bcea 100644 --- a/.github/workflows/lomap_es6b.yml +++ b/.github/workflows/lomap_es6b.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - run: npm ci + - run: npm ci --force - run: npm test --coverage --watchAll - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - run: npm ci + - run: npm ci - run: npm test --coverage --watchAll - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master