removed some unnecessary stuff from the CI workflow

This commit is contained in:
polymorphicshade 2024-04-20 10:18:59 -06:00
parent 5b6b243bef
commit c765e31aed

View file

@ -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