diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 99402d8..c9d7ceb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,7 +14,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew check coverageReport sonarqube --no-daemon --no-configuration-cache --no-build-cache + run: ./gradlew check coverageReport sonar --no-daemon --no-configuration-cache --no-build-cache - name: Publish test reports uses: mikepenz/action-junit-report@v2 diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index b9f92e7..45d0030 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -28,7 +28,7 @@ jobs: echo "storePassword=$MEALIENT_KEY_STORE_PASSWORD" >> keystore.properties echo "keyAlias=$MEALIENT_KEY_ALIAS" >> keystore.properties echo "keyPassword=$MEALIENT_KEY_PASSWORD" >> keystore.properties - ./gradlew build coverageReport sonarqube uploadToAppSweepRelease --no-daemon --no-configuration-cache --no-build-cache + ./gradlew build coverageReport sonar uploadToAppSweepRelease --no-daemon --no-configuration-cache --no-build-cache cp app/build/outputs/apk/release/*.apk mealient-release.apk - name: Upload signed APK