Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 14s
All checks were successful
Sonar / SonarQube (push) Successful in 14s
This commit is contained in:
parent
66353aa3e3
commit
a3e460ae57
1 changed files with 0 additions and 10 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue