Skip to content

Commit 5348e58

Browse files
committed
ci: try merged gradlew command
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
1 parent 3049b47 commit 5348e58

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/iroha2.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: Iroha2-java main branch workflow
22

33
on:
44
push:
5-
branches: [ iroha2-dev, iroha2-main ]
5+
branches: [ test/gradle-merged ]
66
jobs:
77
build:
8-
runs-on: ubuntu-latest
9-
8+
runs-on: self-hosted
109
steps:
1110
- uses: actions/checkout@v4
1211
- name: Set up JDK 17
@@ -25,8 +24,7 @@ jobs:
2524
${{ runner.os }}-gradle-
2625
- name: Build with Gradle & Sonarqube analysis
2726
run: |
28-
./gradlew build
29-
./gradlew test
27+
./gradlew build -x test
3028
./gradlew jacocoTestReport
3129
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
3230
- name: DefectDojo

0 commit comments

Comments
 (0)