Skip to content

Commit 593d81e

Browse files
authored
Update android.yml
1 parent a313cdd commit 593d81e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "master" ]
88

99
jobs:
10-
build:
10+
check:
1111

1212
runs-on: ubuntu-latest
1313

@@ -25,9 +25,11 @@ jobs:
2525

2626
- name: Check build
2727
run: ./gradlew check
28+
continue-on-error: true
2829

2930
- name: Save Gradle cache
3031
uses: actions/cache@v4
32+
continue-on-error: true
3133
with:
3234
path: |
3335
~/.gradle/caches

0 commit comments

Comments
 (0)