Skip to content

Commit fb7c154

Browse files
authored
Merge pull request #13 from cicsdev/manvi/samples
Updated Yaml file
2 parents 7518524 + f6b052f commit fb7c154

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/java.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
name: Build Maven
1414

1515
runs-on: ubuntu-latest
16-
continue-on-error: ${{ matrix.experimental }}
1716
strategy:
1817
matrix:
19-
jdk: [17]
18+
jdk: [17]
2019
steps:
2120
- uses: actions/checkout@v3
2221
- name: Set up JDK ${{ matrix.jdk }}
@@ -37,10 +36,9 @@ jobs:
3736
name: Build Maven Wrapper
3837

3938
runs-on: ubuntu-latest
40-
continue-on-error: ${{ matrix.experimental }}
4139
strategy:
4240
matrix:
43-
jdk: [17]
41+
jdk: [17]
4442
steps:
4543
- uses: actions/checkout@v3
4644
- name: Set up JDK ${{ matrix.jdk }}
@@ -56,10 +54,9 @@ jobs:
5654
name: Build Gradle
5755

5856
runs-on: ubuntu-latest
59-
continue-on-error: ${{ matrix.experimental }}
60-
strategy:
57+
strategy:
6158
matrix:
62-
jdk: [17]
59+
jdk: [17]
6360
steps:
6461
- uses: actions/checkout@v3
6562
- name: Set up JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)