diff options
| author | Albin <albin@mullvad.net> | 2023-10-12 11:00:25 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-10-12 11:00:25 +0200 |
| commit | cfdfcb114ffecef9df115ca9c87d1932e6e7fd42 (patch) | |
| tree | f0565d4421e41e6503d37cb87a23f1c6f0b1d441 /.github/workflows | |
| parent | b2273926deea2ffcb2677e5556b9fb7a60eb1ac2 (diff) | |
| parent | df059a003fd64298b70b44b504443f81b67a04d9 (diff) | |
| download | mullvadvpn-cfdfcb114ffecef9df115ca9c87d1932e6e7fd42.tar.xz mullvadvpn-cfdfcb114ffecef9df115ca9c87d1932e6e7fd42.zip | |
Merge branch '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 |
