Skip to content

Commit

Permalink
Fix some unit tests not running after adding flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Oct 12, 2023
1 parent b227392 commit 3350a83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,10 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: testDebugUnitTest -x :test:arch:testDebugUnitTest
arguments: |
testDebugUnitTest -x :test:arch:testDebugUnitTest
:app:testOssProdDebugUnitTest
:service:testOssDebugUnitTest
gradle-version: wrapper
build-root-directory: android
execution-only-caches: true
Expand Down

0 comments on commit 3350a83

Please sign in to comment.