Skip to content

Commit f2d2133

Browse files
committed
Ajustes para o Build
1 parent 17dcdbd commit f2d2133

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,10 @@ jobs:
3131
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232
restore-keys: ${{ runner.os }}-m2-
3333
- name: Build
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
36-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3734
run: mvn -B verify
3835
- name: Set up JDK 11
3936
uses: actions/setup-java@v1
4037
with:
4138
java-version: 11
4239
- name: Analyze
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
45-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4640
run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

0 commit comments

Comments
 (0)