diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index cb88c7881f..ba2161ee98 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -52,6 +52,11 @@ jobs: TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }} run: mvn test -DTest="ClusterTest" -B + - uses: actions/setup-java@v4 + with: + distribution: 'zulu' + java-version: '17' + - name: SonarCloud Scan if: ${{ (github.event_name == 'pull_request' || github.ref_type == 'branch') && matrix.java == 11 && !github.event.pull_request.head.repo.fork }} env: