- 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:
parent
4b38473c4a
commit
02942f64c5
6 changed files with 341 additions and 433 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue