Skip to content

Commit

Permalink
añadido --force
Browse files Browse the repository at this point in the history
linea 21
  • Loading branch information
aliciafp15 authored Apr 19, 2023
1 parent ebe91bc commit 19f06ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lomap_es6b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 19f06ee

Please sign in to comment.