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
|
name: SonarQube Analysis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -124,7 +123,7 @@ jobs:
|
|||||||
echo "SCAN_TOKEN=${SCAN_TOKEN}" >> "$GITHUB_ENV"
|
echo "SCAN_TOKEN=${SCAN_TOKEN}" >> "$GITHUB_ENV"
|
||||||
- name: Install dependencies and test
|
- name: Install dependencies and test
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm install
|
||||||
npm run test:cov
|
npm run test:cov
|
||||||
|
|
||||||
- name: SonarQube analysis
|
- name: SonarQube analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user