Skip to content

Commit

Permalink
test: build wrapper action
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-tier4 committed Oct 2, 2024
1 parent c55062f commit 6cba5cb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/BuildAndRun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ jobs:
colcon mixin update default
shell: bash

- name: Download SonarCloud C++ Build Wrapper
run: |
curl -L -o build-wrapper-linux-x86.zip https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
unzip build-wrapper-linux-x86.zip
- name: Install sonar-scanner and build-wrapper
uses: sonarsource/sonarcloud-github-c-cpp@v3

- name: Build with SonarCloud Build Wrapper
run: |
Expand Down Expand Up @@ -123,4 +121,3 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: ./src/scenario_simulator_v2

0 comments on commit 6cba5cb

Please sign in to comment.