Skip to content

Commit 4a106e3

Browse files
committed
Add local properties
1 parent 94aa40e commit 4a106e3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/android_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
java-version: 1.8
1717

18-
- name: Build Project
19-
run: ./gradlew test
20-
2118
- name: Build Project
2219
run: ./gradlew assemble
2320

21+
- name: Run Tests
22+
run: ./gradlew test
23+
2424
- name: Ktlint
2525
run: ./gradlew ktlintFormat

local.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## This file must *NOT* be checked into Version Control Systems,
2+
# as it contains information specific to your local configuration.
3+
#
4+
# Location of the SDK. This is only used by Gradle.
5+
# For customization when using a Version Control System, please read the
6+
# header note.
7+
#Tue Mar 17 18:59:03 CET 2020

0 commit comments

Comments
 (0)