diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9fc825..e5a2cf5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,6 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew assemblePlayDebug + run: ./gradlew assembleDebug - name: Run unit tests - run: ./gradlew testPlayDebugUnitTest \ No newline at end of file + run: ./gradlew testDebugUnitTest \ No newline at end of file