@@ -23,35 +23,35 @@ jobs:
23
23
- name : Build with Gradle
24
24
run : sudo make deploy-app4
25
25
26
- linux-2 :
27
- runs-on : ubuntu-latest
28
- steps :
29
- - uses : actions/checkout@v1
30
- - name : os fingerprinting
31
- run : hostnamectl status
32
- - name : Set up JDK 1.8
33
- uses : actions/setup-java@v1
34
- with :
35
- java-version : 1.8
36
- - name : Build with Gradle
37
- run : sudo make deploy-app5
26
+ # linux-2:
27
+ # runs-on: ubuntu-latest
28
+ # steps:
29
+ # - uses: actions/checkout@v1
30
+ # - name: os fingerprinting
31
+ # run: hostnamectl status
32
+ # - name: Set up JDK 1.8
33
+ # uses: actions/setup-java@v1
34
+ # with:
35
+ # java-version: 1.8
36
+ # - name: Build with Gradle
37
+ # run: sudo make deploy-app5
38
38
39
- linux-3 :
40
- runs-on : ubuntu-latest
41
- steps :
42
- - uses : actions/checkout@v1
43
- - name : os fingerprinting
44
- run : hostnamectl status
45
- - name : Set up JDK 1.8
46
- uses : actions/setup-java@v1
47
- with :
48
- java-version : 1.8
49
- - name : Change dir
50
- run : cd app5 && chmod +x gradlew
51
- - name : Build with Gradle
52
- run : " ./gradlew clean build"
53
- - name : Create jacoco coveralls report
54
- run : " ./gradlew jacocoTestReport coveralls"
39
+ # linux-3:
40
+ # runs-on: ubuntu-latest
41
+ # steps:
42
+ # - uses: actions/checkout@v1
43
+ # - name: os fingerprinting
44
+ # run: hostnamectl status
45
+ # - name: Set up JDK 1.8
46
+ # uses: actions/setup-java@v1
47
+ # with:
48
+ # java-version: 1.8
49
+ # - name: Change dir
50
+ # run: cd app5 && chmod +x gradlew
51
+ # - name: Build with Gradle
52
+ # run: "./gradlew clean build"
53
+ # - name: Create jacoco coveralls report
54
+ # run: "./gradlew jacocoTestReport coveralls"
55
55
56
56
windows :
57
57
runs-on : windows-latest
0 commit comments