Skip to content

Commit

Permalink
Debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jun 27, 2024
1 parent d8fbf22 commit f173e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
static-code-analysis:
runs-on: ubuntu-latest
steps:
- name: Install protobuf
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Code Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -39,6 +37,8 @@ jobs:
run: dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
- name: Add .NET global tools to PATH
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
- name: Install protobuf
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Begin SonarQube analysis
run: |
./.sonar/scanner/dotnet-sonarscanner begin /k:"AElf" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Expand Down

0 comments on commit f173e84

Please sign in to comment.