Skip to content

Commit ab102d5

Browse files
committed
Update workflow
1 parent ee072da commit ab102d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/app-build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
cache: 'gradle'
1515
distribution: adopt
1616
- name: Build with Gradle
17-
run: ./gradlew build
17+
run: ./gradlew build
18+
- name: Test
19+
run: ./gradlew test

0 commit comments

Comments
 (0)