Skip to content

Commit

Permalink
revert back to automatic analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Nov 2, 2023
1 parent 8a3554b commit b7c5d13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/boot-data-envers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,3 @@ jobs:
- name: Build and analyze
run: ./gradlew clean build bootBuildImage --info
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonar --info
32 changes: 0 additions & 32 deletions .github/workflows/maven-build.yml

This file was deleted.

0 comments on commit b7c5d13

Please sign in to comment.