diff --git a/.github/workflows/iroha2-pr.yml b/.github/workflows/iroha2-pr.yml index 87b07eeeb..2339a9dc2 100644 --- a/.github/workflows/iroha2-pr.yml +++ b/.github/workflows/iroha2-pr.yml @@ -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