We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94aa40e commit 4a106e3Copy full SHA for 4a106e3
.github/workflows/android_build.yml
@@ -15,11 +15,11 @@ jobs:
15
with:
16
java-version: 1.8
17
18
- - name: Build Project
19
- run: ./gradlew test
20
-
21
- name: Build Project
22
run: ./gradlew assemble
23
+ - name: Run Tests
+ run: ./gradlew test
+
24
- name: Ktlint
25
run: ./gradlew ktlintFormat
local.properties
@@ -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