sonar testing

This commit is contained in:
jbohack
2023-01-17 11:50:09 -05:00
parent b1651e372a
commit 631298e433
2 changed files with 4 additions and 2 deletions

View File

@@ -46,8 +46,7 @@ jobs:
- name: Run build-wrapper
run: |
mkdir $HOME/.sonar/build_wrapper_output
cd $HOME/.sonar/build-wrapper-linux-x86/
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} ./fbt updater_package
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} ./sonar-build
- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}