Skip to content

Commit 3a252b4

Browse files
committed
[2.1.0-SNAPSHOT]
CI updated
1 parent c855695 commit 3a252b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.github/workflows/pull-request.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
env:
4141
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY_2 }}
4242

43-
- name: SonarQube
44-
if: matrix.java == '17'
45-
run: './gradlew sonar --info'
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49-
5043
- name: Test Report
5144
if: matrix.java == '17'
5245
uses: EnricoMi/publish-unit-test-result-action@v2
5346
with:
5447
files: |
5548
**/test-results/**/*.xml
49+
50+
- name: SonarQube
51+
if: matrix.java == '17'
52+
run: './gradlew sonar --info'
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)