This commit is contained in:
Jegatheeswaran M
2022-05-18 02:54:55 +05:30
committed by GitHub Enterprise
parent 98dba7ec73
commit f1ba15c3f2

View File

@@ -22,5 +22,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Unit Test
run: ./gradlew testDebugUnitTest