diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbc9c8ccf..0ac5e7cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,6 @@ jobs: git clone --no-checkout https://github.com/polymorphicshade/Tubular.git . git config core.symlinks false git checkout --progress --force ${{ github.ref_name }} - - - name: Validate Gradle files - uses: gradle/wrapper-validation-action@v2 - name: Set up JDK 17 uses: actions/setup-java@v4 @@ -50,9 +47,6 @@ jobs: distribution: "temurin" cache: 'gradle' - - name: Clean APKs - run: rm -rf app/build/outputs/apk/ - - name: Build debug APK and run jvm tests run: ./gradlew assembleDebug lintDebug testDebugUnitTest --stacktrace -DskipFormatKtlint