diff --git a/.github/workflows/build+deploy.yml b/.github/workflows/build+deploy.yml index 719f96e9..8f4a1456 100644 --- a/.github/workflows/build+deploy.yml +++ b/.github/workflows/build+deploy.yml @@ -23,7 +23,7 @@ jobs: distribution: temurin cache: gradle - name: Perform base checks - run: ./gradlew build artifactoryPublish --stacktrace + run: ./gradlew assembleRelease artifactoryPublish --stacktrace ANDROID_UNIT_TESTS: name: Unit Tests runs-on: ubuntu-latest