Skip to content

Commit

Permalink
chore: fix pd-store.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 11, 2023
1 parent 51c3ae5 commit d48d55e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pd-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ jobs:
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 d48d55e

Please sign in to comment.