This commit is contained in:
parent
94798de0b1
commit
f240804481
1 changed files with 4 additions and 4 deletions
8
.github/workflows/sonar.yml
vendored
8
.github/workflows/sonar.yml
vendored
|
|
@ -15,14 +15,14 @@ jobs:
|
|||
name: SonarQube
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup node environment
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run tests and generate coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue