Update .gitea/workflows/sonar.yml
All checks were successful
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 5m19s
Build and Push to ACR / Build and Push (push) Successful in 1m21s
Integration Test / Platform Conformance (pull_request) Successful in 3s
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 2m27s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
All checks were successful
Integration Test / Unit Tests + Container Smoke (pull_request) Successful in 5m19s
Build and Push to ACR / Build and Push (push) Successful in 1m21s
Integration Test / Platform Conformance (pull_request) Successful in 3s
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 2m27s
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
name: SonarQube Analysis
|
||||
|
||||
on:
|
||||
@@ -124,7 +123,7 @@ jobs:
|
||||
echo "SCAN_TOKEN=${SCAN_TOKEN}" >> "$GITHUB_ENV"
|
||||
- name: Install dependencies and test
|
||||
run: |
|
||||
npm ci
|
||||
npm install
|
||||
npm run test:cov
|
||||
|
||||
- name: SonarQube analysis
|
||||
|
||||
Reference in New Issue
Block a user