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 <[email protected]>
  • Loading branch information
BAStos525 committed Nov 12, 2024
1 parent 3049b47 commit 5348e58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Iroha2-java main branch workflow

on:
push:
branches: [ iroha2-dev, iroha2-main ]
branches: [ test/gradle-merged ]
jobs:
build:
runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -25,8 +24,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Build with Gradle & Sonarqube analysis
run: |
./gradlew build
./gradlew test
./gradlew build -x test
./gradlew jacocoTestReport
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
- name: DefectDojo
Expand Down

0 comments on commit 5348e58

Please sign in to comment.