Skip to content

Commit

Permalink
Update build action to use the default build variant
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 21, 2023
1 parent ed656a4 commit 394fef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: assembleDebug
arguments: assembleOssProdDebug
gradle-version: wrapper
build-root-directory: android

Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: assembleAndroidTest
arguments: assembleOssProdAndroidTest
gradle-version: wrapper
build-root-directory: android
execution-only-caches: true
Expand Down

0 comments on commit 394fef9

Please sign in to comment.