diff --git a/.github/workflows/pd-store.yml b/.github/workflows/pd-store.yml index 62898c3628..fdcb32698c 100644 --- a/.github/workflows/pd-store.yml +++ b/.github/workflows/pd-store.yml @@ -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