Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 1f9fafb

Browse files
authored
Restored "./gradlew test"
1 parent 42d0125 commit 1f9fafb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-debug.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636

3737
- name: Change wrapper permissions
3838
run: chmod +x ./gradlew
39+
40+
- name: Run tests
41+
run: ./gradlew test
3942

4043
- name: Build apk debug
4144
run: ./gradlew app:assembleDefaultDebug

0 commit comments

Comments
 (0)