Skip to content

Commit

Permalink
#sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed May 8, 2024
1 parent 0915aa5 commit 77bea0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Run build-wrapper
run: |
cd build || die
build-wrapper-linux-x86-64 --out-dir . make VERBOSE=1 || die "Build wrapper failed"
pwd
ls -la
build-wrapper-linux-x86-64 --out-dir . make unittest VERBOSE=1 || die "Build wrapper failed"
cd ..
- name: Run sonar-scanner
env:
Expand Down

0 comments on commit 77bea0a

Please sign in to comment.