mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 14:00:12 +02:00
added sonar
This commit is contained in:
parent
f108be4235
commit
f739b46a22
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: .
|
working-directory: .
|
||||||
steps:
|
steps:
|
||||||
# Nous allons utiliser l'action checkout qui récupère le code source depuis GitHub .
|
# Nous allons utiliser l'action checkout qui récupère le code source depuis GitHub.
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
# Execution des tests unitaires avec npm run test
|
# Exécution des tests unitaires avec npm run test
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
services:
|
services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user