File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,11 +78,12 @@ jobs:
7878 distribution : ' temurin'
7979 - name : Run small tests
8080 run : bazel test --test_size_filters "small" --test_tag_filters "-lint" //java/...
81- - name : Sonar Scanner
82- uses : ./.github/actions/sonar-cloud
83- env :
84- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
85- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
81+ # (Alex R.): Temporarily disable due to slow execution and OOM errors
82+ # - name: Sonar Scanner
83+ # uses: ./.github/actions/sonar-cloud
84+ # env:
85+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8687
8788 medium_tests :
8889 if : ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run java]') == true }}
You can’t perform that action at this time.
0 commit comments