mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 14:00:12 +02:00
added ci
This commit is contained in:
parent
de71c961be
commit
ae07d2aaae
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -20,12 +20,13 @@ jobs:
|
|||||||
- name: Set up Java 17
|
- name: Set up Java 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
distribution: 'temurin' # Distribution de Java (par ex: 'temurin')
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Run SonarQube scanner
|
- name: Run SonarQube scan
|
||||||
run: |
|
run: |
|
||||||
npx sonar-scanner \
|
npx sonar-scanner \
|
||||||
-Dsonar.projectKey=your_project_key \
|
-Dsonar.projectKey=your_project_key \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user