Skip to content

Commit a2cc613

Browse files
committed
GH-5076: Change github action to have a job 'build' with matrix params which succeeds
1 parent 2e0bfeb commit a2cc613

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build11.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
name: build (11)
1+
name: succed job 'build (11)'
22

33
on: pull_request
44

55
jobs:
6-
succeed:
6+
build:
7+
strategy:
8+
fail-fast: true
9+
matrix:
10+
jdk: [ 11 ]
711
runs-on: ubuntu-latest
812
steps:
913
- name: Always Succeed

0 commit comments

Comments
 (0)