diff --git a/.github/workflows/deploy-to-aws-eb.yml b/.github/workflows/deploy-to-aws-eb.yml index cfaae88..2f8e528 100644 --- a/.github/workflows/deploy-to-aws-eb.yml +++ b/.github/workflows/deploy-to-aws-eb.yml @@ -24,8 +24,6 @@ jobs: with: java-version: '17' distribution: 'temurin' - - run: chmod +x gradlew - - run: ./gradlew clean build test - name: Build with Gradle uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 with: