Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 authored Feb 7, 2025
1 parent a313cdd commit 593d81e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "master" ]

jobs:
build:
check:

runs-on: ubuntu-latest

Expand All @@ -25,9 +25,11 @@ jobs:

- name: Check build
run: ./gradlew check
continue-on-error: true

- name: Save Gradle cache
uses: actions/cache@v4
continue-on-error: true
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 593d81e

Please sign in to comment.