8000 workflow reduced · githubfoam/gradle-pipeline@63cf9a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63cf9a7

Browse files
committed
workflow reduced
1 parent 2d5d01a commit 63cf9a7

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/workflow.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,35 @@ jobs:
2323
- name: Build with Gradle
2424
run: sudo make deploy-app4
2525

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
3838

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"
5555

5656
windows:
5757
runs-on: windows-latest

0 commit comments

Comments
 (0)
0