Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 14s

This commit is contained in:
Liviu Burcusel 2025-12-06 11:28:18 +01:00
parent 66353aa3e3
commit a3e460ae57

View file

@ -18,22 +18,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Restore npm cache
uses: actions/cache@v3
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
- name: Setup node environment
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Save npm cache
uses: actions/cache@v3
with:
key: npm-${{ hashFiles('package-lock.json') }}
path: ~/.npm
- name: Run tests and generate coverage
run: npm run coverage
# continue-on-error: true