Skip to content

Commit

Permalink
ci: try merged gradlew command
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Nov 12, 2024
1 parent 5348e58 commit 295ba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Build with Gradle & Sonarqube analysis
run: |
./gradlew build -x test
./gradlew build
./gradlew jacocoTestReport
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
- name: DefectDojo
Expand Down

0 comments on commit 295ba46

Please sign in to comment.