Skip to content

Commit dc819d1

Browse files
committed
refac: ci sonarCloud
1 parent e059329 commit dc819d1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/sonarCloud.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
restore-keys: ${{ runner.os }}-maven
4040

4141
- name: SonarCloud Scan
42-
run: mvn verify sonar:sonar -DskipTests \
43-
-Dsonar.projectKey=felipemelozx_TrackMoney \
44-
-Dsonar.organization=felipemelozx-trackmoney \
45-
-Dsonar.host.url=https://sonarcloud.io \
46-
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
42+
run: |
43+
mvn verify sonar:sonar -DskipTests \
44+
-Dsonar.projectKey=felipemelozx_TrackMoney \
45+
-Dsonar.organization=felipemelozx-trackmoney \
46+
-Dsonar.host.url=https://sonarcloud.io \
47+
-Dsonar.login=${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)