Skip to content

Commit

Permalink
add --force
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Feb 28, 2024
1 parent 54fac38 commit 489d210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm install --only=dev
- run: npm install --force
- run: npm run lint
test:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm install --only=dev
- run: npm install --force
- run: npm run test
# - run: yarn run test:e2e
coverage:
Expand All @@ -41,7 +41,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm install --only=dev
- run: npm install --force
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit 489d210

Please sign in to comment.