Skip to content

Commit

Permalink
ci: Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 1, 2024
1 parent 3bc2043 commit e54bf5f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ jobs:

- name: Run unit tests
uses: gradle/actions/[email protected]
with:
arguments: >
testObfPlaystoreDebugUnitTest
testOffPlaystoreDebugUnitTest
testOpfPlaystoreDebugUnitTest
testOpffPlaystoreDebugUnitTest
- name: Run the tests for OBF
run: ./gradlew testObfPlaystoreDebugUnitTest
- name: Run the tests for OFF
run: ./gradlew testOffPlaystoreDebugUnitTest
- name: Run the tests OPF
run: ./gradlew testOpfPlaystoreDebugUnitTest
- name: Run the tests for OPFF
run: ./gradlew testOpffPlaystoreDebugUnitTest

deploy-opf:
name: "🚀 Deploy OPF to Google Play"
runs-on: ubuntu-20.04
Expand Down

0 comments on commit e54bf5f

Please sign in to comment.