Skip to content

Commit

Permalink
try other settings
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Sep 5, 2024
1 parent 2633ee3 commit ca0251c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Test Sonarqube with Gradle
run: ./gradlew build sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
run: ./gradlew test sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
- name: DefectDojo
id: defectdojo
if: always()
uses: C4tWithShell/[email protected]
with:
token: ${{ secrets.DEFECTOJO_TOKEN }}
Expand Down

0 comments on commit ca0251c

Please sign in to comment.