From 0d71bd692d30d5f74eb29b6113716bd5206f6af4 Mon Sep 17 00:00:00 2001 From: Yamin Siahmargooei <5001708+yamin8000@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:33:21 +0330 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 6cba8fb..4166588 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,12 +35,6 @@ jobs: - name: Build with Gradle run: ./gradlew build - - - name: Run tests - run: ./gradlew test - - - name: Lint check - run: ./gradlew ktlintCheck - name: Upload a Build Artifact uses: actions/upload-artifact@v2.3.1 @@ -48,7 +42,7 @@ jobs: # Artifact name name: app.apk - # A file, directory or wildcard pattern that describes what to upload + # A file, directory, or wildcard pattern that describes what to upload path: ./app/build/outputs/apk/debug/app-debug.apk if-no-files-found: error