This commit is contained in:
Jegatheeswaran M
2022-05-18 02:51:49 +05:30
committed by GitHub Enterprise
parent 81cd041457
commit 98dba7ec73

View File

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