mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 22:42:49 +01:00
feat: updated deprecated arguments in build_push
This commit is contained in:
parent
d40f86ddee
commit
8652959e46
7
.github/workflows/build_push.yml
vendored
7
.github/workflows/build_push.yml
vendored
@ -32,10 +32,13 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
|
||||||
- name: Build app and run unit tests
|
- name: Set up gradle
|
||||||
uses: gradle/actions/setup-gradle@v3
|
uses: gradle/actions/setup-gradle@v3
|
||||||
with:
|
with:
|
||||||
arguments: detekt assembleStandardRelease testReleaseUnitTest
|
gradle-version: 8
|
||||||
|
|
||||||
|
- name: Build app and run unit tests
|
||||||
|
run: ./gradlew detekt assembleStandardRelease testReleaseUnitTest
|
||||||
|
|
||||||
# Sign APK and create release for tags
|
# Sign APK and create release for tags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user