-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove jdk17 * pom --------- Co-authored-by: chaya.cy <[email protected]>
- Loading branch information
Showing
6 changed files
with
5 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,23 +27,4 @@ jobs: | |
&& sh ./check_format.sh | ||
&& mvn test | ||
- name: Codecov | ||
uses: codecov/[email protected] | ||
|
||
unit_test_for_jdk17: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt-hotspot' | ||
cache: 'maven' | ||
- name: Test with Maven | ||
run: mvn clean install -DskipTests -Dmaven.javadoc.skip=true -B -U | ||
&& sh ./check_format.sh | ||
&& mvn test | ||
- name: Codecov | ||
uses: codecov/[email protected] | ||
uses: codecov/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,23 +32,4 @@ jobs: | |
&& sh ./check_format.sh | ||
&& mvn test | ||
- name: Codecov | ||
uses: codecov/[email protected] | ||
|
||
unit_test_for_jdk17: | ||
runs-on: windows-latest | ||
strategy: | ||
fail-fast: true | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt-hotspot' | ||
cache: maven | ||
- name: Build with Maven | ||
run: mvn clean install --% -DskipTests -Dmaven.javadoc.skip=true -B -U | ||
&& sh ./check_format.sh | ||
&& mvn test | ||
- name: Codecov | ||
uses: codecov/[email protected] | ||
uses: codecov/[email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters