Skip to content

Commit

Permalink
improve ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Jul 12, 2024
1 parent ef33e87 commit c51fa75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/sonarqube-action
Submodule sonarqube-action deleted from 616b2d
7 changes: 6 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ jobs:
- name: SonarCloud Scan
uses: sonarsource/[email protected]
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
with:
args: >
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-streampark
result:
name: Unit-Test - Result
runs-on: ubuntu-latest
Expand Down

0 comments on commit c51fa75

Please sign in to comment.