mirror of
https://github.com/wismna/DoNext.git
synced 2025-12-06 00:02:40 -05:00
Update a package
Run tests in pipeline
This commit is contained in:
3
.github/workflows/android.yaml
vendored
3
.github/workflows/android.yaml
vendored
@@ -39,6 +39,9 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
|
|
||||||
|
- name: Run unit tests
|
||||||
|
run: ./gradlew :${{ env.MODULE }}:testDebugUnitTest --stacktrace
|
||||||
|
|
||||||
- name: Build AAB
|
- name: Build AAB
|
||||||
run: ./gradlew :${{ env.MODULE }}:bundleRelease
|
run: ./gradlew :${{ env.MODULE }}:bundleRelease
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ buildscript {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false
|
id("com.google.devtools.ksp") version "2.0.21-1.0.27" apply false
|
||||||
id("com.google.dagger.hilt.android") version "2.57.1" apply false
|
id("com.google.dagger.hilt.android") version "2.57.2" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|||||||
Reference in New Issue
Block a user