mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
Remove sonar scan
Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com>
This commit is contained in:
9
.github/workflows/build_test.yml
vendored
9
.github/workflows/build_test.yml
vendored
@@ -76,15 +76,6 @@ jobs:
|
||||
- name: '[Build] Nodejs project build'
|
||||
run: npm run build
|
||||
|
||||
- name: '[Scan] SonarCloud Scan'
|
||||
uses: sonarsource/sonarcloud-github-action@master
|
||||
continue-on-error: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
|
||||
sonar.projectVersion: ${{ env.P_VERSION }}
|
||||
sonar.links.ci: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}'
|
||||
|
||||
- name: '[Packaging] Make pax'
|
||||
uses: zowe-actions/shared-actions/make-pax@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user