This commit is contained in:
Jegatheeswaran M
2022-05-18 03:55:01 +05:30
committed by GitHub Enterprise
parent c0c189022c
commit 09d6aa9bd6

View File

@@ -24,7 +24,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