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