Changes:
All checks were successful
Production Build and Deploy / QA (push) Successful in 44s

- Made changes to reflect the new SonarQube instalation
- Downgraded package version to reflect WIP status
- Droped bitbucket support
- Package update
This commit is contained in:
Liviu Burcusel 2026-01-13 15:54:53 +01:00
parent 4b38473c4a
commit 02942f64c5
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
6 changed files with 341 additions and 433 deletions

View file

@ -16,7 +16,7 @@ env:
OWNER: public
jobs:
qa-and-build:
name: QA and Build
name: QA
runs-on: node24
steps:
- name: Setup Node environment
@ -35,8 +35,6 @@ jobs:
npm run lint
- name: Run tests and generate coverage
run: npm run coverage
# env:
# CI: true
- name: SonarQube Scan
uses: https://github.com/SonarSource/sonarqube-scan-action@v6
env: