Skip to content

Commit

Permalink
chore: avoid install java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 11, 2023
1 parent 4071f42 commit 1911f3c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,10 @@ jobs:
run: |
mvn clean package -U -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -ntp
- name: Install JDK 8
uses: actions/setup-java@v3
with:
overwrite-settings: false
java-version: '8'
distribution: 'zulu'

- name: Prepare env and service
run: |
$TRAVIS_DIR/install-backend.sh $BACKEND
- name: Install JDK ${{ matrix.JAVA_VERSION }}
uses: actions/setup-java@v3
with:
overwrite-settings: false
java-version: ${{ matrix.JAVA_VERSION }}
distribution: 'zulu'

- name: Run unit test
run: |
$TRAVIS_DIR/run-unit-test.sh $BACKEND
Expand Down

0 comments on commit 1911f3c

Please sign in to comment.