diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95afaef..81f193b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: ${{ runner.os }}-gradle- - name: Build Debug APK - run: ./gradlew assembleDebug --no-daemon + run: ./gradlew clean check assembleRelease --no-daemon