test: sonarqube

This commit is contained in:
ineszang44
2026-09-17 12:26:04 +02:00
parent 8e07168a5e
commit 34f35f3ca0
2 changed files with 3 additions and 16 deletions
-13
View File
@@ -2,19 +2,6 @@ name: Frontend
# Pipeline à choix multiple
on:
# workflow_dispatch -> lancement manuel des jobs
workflow_dispatch:
inputs:
job_choice:
required: true
description: "Choix du job"
type: choice
default: all
options:
- build
- sonarqube
- test
- all # lancer tous les jobs
push:
paths:
- "apps/frontend/**"