Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa authored Dec 2, 2024
1 parent 64f592e commit 2279e78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '23 3 * * *'

jobs:
build:
Expand All @@ -23,13 +21,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test&Build with Gradle
run: ./gradlew test :app:assembleDebug
run: ./gradlew :app:assembleDebug
- name: Upload a Build Artifact
if: always()
uses: actions/[email protected]
with:
name: build-test-outputs
path: |
app/build/reports
BilibiliLiveApiClient/build/test-results/test
./**/*.apk

0 comments on commit 2279e78

Please sign in to comment.