Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 379324d

Browse files
author
youji.zzl
committed
disable jdk17 ut temporarily
1 parent 5bdd054 commit 379324d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/arklet_unit_test.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
- name: Codecov
4545
uses: codecov/codecov-action@v1
4646

47-
- name: Setup Java JDK
48-
uses: actions/setup-java@v3.12.0
49-
with:
50-
distribution: adopt
51-
java-version: 17
52-
53-
- name: Test
54-
run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
55-
&& sh ./check_format.sh
56-
&& mvn test
47+
# - name: Setup Java JDK
48+
# uses: actions/setup-java@v3.12.0
49+
# with:
50+
# distribution: adopt
51+
# java-version: 17
52+
#
53+
# - name: Test
54+
# run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U
55+
# && sh ./check_format.sh
56+
# && mvn test

0 commit comments

Comments
 (0)