Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Nov 18, 2024
1 parent f7fb424 commit fdab669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
go-version: [1.22.4]
goarch: ["amd64"]
runs-on: ubuntu-latest
if: false # Disable SonarCloud analysis for X Layer
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -34,7 +35,6 @@ jobs:
run: make test-unit

- name: Analyze with SonarCloud
if: false # Disable SonarCloud analysis for X Layer
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fdab669

Please sign in to comment.