Skip to content

Commit

Permalink
use gradle build -x test
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Sep 26, 2024
1 parent 6fd554f commit 3b018ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle
run: gradle build -x test testCoverage sonarqube -Dsonar.token=${{ secrets.SONAR_TOKEN }}
run: |
gradle build -x test
gradle test testCoverage sonarqube -Dsonar.token=${{ secrets.SONAR_TOKEN }}
- name: Upload build reports
if: failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3b018ed

Please sign in to comment.