Skip to content

Commit 295ba46

Browse files
committed
ci: try merged gradlew command
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
1 parent 5348e58 commit 295ba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/iroha2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
${{ runner.os }}-gradle-
2525
- name: Build with Gradle & Sonarqube analysis
2626
run: |
27-
./gradlew build -x test
27+
./gradlew build
2828
./gradlew jacocoTestReport
2929
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
3030
- name: DefectDojo

0 commit comments

Comments
 (0)