File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
-
17
16
name : Build & Deploy
18
17
19
18
on :
57
56
cache : maven
58
57
- name : Compile with Maven
59
58
run : mvn compile -ntp
59
+
60
60
test-jdk11 :
61
61
runs-on : ubuntu-latest
62
- needs : [ build-jdk11, build-jdk17, build-jdk21 ]
62
+ needs : [ build-jdk11 ]
63
63
steps :
64
64
- uses : actions/checkout@v4
65
65
- uses : actions/setup-java@v4
76
76
path : target/surefire-reports/
77
77
test-jdk17 :
78
78
runs-on : ubuntu-latest
79
- needs : [ build-jdk11, build- jdk17, build-jdk21 ]
79
+ needs : [ build-jdk17 ]
80
80
steps :
81
81
- uses : actions/checkout@v4
82
82
- uses : actions/setup-java@v4
93
93
path : target/surefire-reports/
94
94
test-jdk21 :
95
95
runs-on : ubuntu-latest
96
- needs : [ build-jdk11, build-jdk17, build- jdk21 ]
96
+ needs : [ build-jdk21 ]
97
97
steps :
98
98
- uses : actions/checkout@v4
99
99
- uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments