diff options
| author | Albin <albin@mullvad.net> | 2023-10-12 07:56:06 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-10-12 09:32:28 +0200 |
| commit | 3350a83e5c874930ba416dc131eaebcfa956b331 (patch) | |
| tree | 32d59476bb073efdc77d1528787624974c1b28a2 /.github/workflows | |
| parent | b2273926deea2ffcb2677e5556b9fb7a60eb1ac2 (diff) | |
| download | mullvadvpn-3350a83e5c874930ba416dc131eaebcfa956b331.tar.xz mullvadvpn-3350a83e5c874930ba416dc131eaebcfa956b331.zip | |
Fix some unit tests not running after adding flavors
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 1608bff130..068238d40f 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -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 |
