mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
removed some unnecessary stuff from the CI workflow
This commit is contained in:
parent
5b6b243bef
commit
c765e31aed
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue