forked from mihonapp/mihon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflow dependencies (mihonapp#310)
* feat: updated build_pull_request actions version * feat: updated build_push actions version * feat: updated issue_moderator action version * feat: updated deprecated arguments in build_pull_request * feat: updated deprecated arguments in build_push * feat: removed explicit declaration of gradle version (cherry picked from commit 170daf9) # Conflicts: # .github/workflows/build_pull_request.yml # .github/workflows/build_push.yml
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Validate Gradle Wrapper | ||
uses: gradle/wrapper-validation-action@v1 | ||
uses: gradle/wrapper-validation-action@v2 | ||
|
||
- name: Setup Android SDK | ||
run: | | ||
|
@@ -30,6 +30,9 @@ jobs: | |
java-version: 17 | ||
distribution: adopt | ||
|
||
- name: Set up gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
|
||
# SY <-- | ||
- name: Write google-services.json | ||
uses: DamianReeves/[email protected] | ||
|
@@ -40,9 +43,7 @@ jobs: | |
# SY --> | ||
|
||
- name: Build app and run unit tests | ||
uses: gradle/gradle-command-action@v2 | ||
with: | ||
arguments: assembleStandardRelease testStandardReleaseUnitTest --stacktrace | ||
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest --stacktrace | ||
|
||
- name: Sign APK | ||
uses: r0adkll/sign-android-release@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters