Skip to content

Commit

Permalink
try 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Apr 12, 2024
1 parent e89b7dc commit 8975ad9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
CMAKE_EXTRA_ARGS: "-DCMAKE_BUILD_TYPE=Release"
CMAKE_BUILD_OPTIONS: "-j4"

- name: Upload build-wrapper output
uses: actions/upload-artifact@v3
with:
path: ${{env.BUILD_WRAPPER_OUTPUT}}

- name: Run sonar-scanner
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8975ad9

Please sign in to comment.