File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 test :
99 strategy :
1010 matrix :
11+ java-version : [11]
12+ build-root : [".", "examples/instrumentation-quickstart"]
1113 include :
1214 - build-root : .
1315 name : root
14- java-version : 11
15- - build-root : examples/instrumentation-quickstart
16- java-version : 17
17- name : Test (${{matrix.name || matrix.build-root}})
16+ name : Test (${{matrix.name || matrix.build-root}}, java-${{matrix.java-version}})
1817 runs-on : ubuntu-latest
1918 steps :
2019 - uses : actions/checkout@v2
@@ -36,12 +35,11 @@ jobs:
3635 runs-on : ubuntu-latest
3736 strategy :
3837 matrix :
38+ java-version : [11]
39+ build-root : [".", "examples/instrumentation-quickstart"]
3940 include :
4041 - build-root : .
4142 name : root
42- java-version : 11
43- - build-root : examples/instrumentation-quickstart
44- java-version : 17
4543 steps :
4644 - uses : actions/checkout@v2
4745 with :
You can’t perform that action at this time.
0 commit comments