Skip to content

Commit 330cbef

Browse files
authored
CI
1 parent 8fe443a commit 330cbef

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android CI
1+
name: build
22

33
on:
44
push:
@@ -16,8 +16,5 @@ jobs:
1616
uses: actions/setup-java@v2
1717
with:
1818
java-version: 1.8
19-
cache: gradle
20-
- name: Grant execute permission for gradlew
21-
run: chmod +x gradlew
2219
- name: Build with Gradle
23-
run: ./gradlew build
20+
run: ./gradlew build

0 commit comments

Comments
 (0)