We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3049b47 commit 5348e58Copy full SHA for 5348e58
.github/workflows/iroha2.yml
@@ -2,11 +2,10 @@ name: Iroha2-java main branch workflow
2
3
on:
4
push:
5
- branches: [ iroha2-dev, iroha2-main ]
+ branches: [ test/gradle-merged ]
6
jobs:
7
build:
8
- runs-on: ubuntu-latest
9
-
+ runs-on: self-hosted
10
steps:
11
- uses: actions/checkout@v4
12
- name: Set up JDK 17
@@ -25,8 +24,7 @@ jobs:
25
24
${{ runner.os }}-gradle-
26
- name: Build with Gradle & Sonarqube analysis
27
run: |
28
- ./gradlew build
29
- ./gradlew test
+ ./gradlew build -x test
30
./gradlew jacocoTestReport
31
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
32
- name: DefectDojo
0 commit comments