diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index eee655d..edaa8a5 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -18,6 +18,12 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x ./gradlew + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' + - name: Run tests run: ./gradlew test