diff options
| author | Albin <albin@mullvad.net> | 2023-10-13 13:28:46 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-10-13 13:58:23 +0200 |
| commit | 63b76e74d797087073ab05c0dbbe060a2ae96459 (patch) | |
| tree | 99c23ab464a5118cc48cdb10d83fc9b54553235e /.github | |
| parent | 3e0a0a91fb9ce2d78f3cd26466fd7f5c635c9652 (diff) | |
| download | mullvadvpn-63b76e74d797087073ab05c0dbbe060a2ae96459.tar.xz mullvadvpn-63b76e74d797087073ab05c0dbbe060a2ae96459.zip | |
Fix skipped konsist tests due to caches
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 068238d40f..e13c98746b 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -213,7 +213,7 @@ jobs: uses: burrunan/gradle-cache-action@v1 with: job-id: jdk17 - arguments: :test:arch:test + arguments: :test:arch:test --rerun-tasks gradle-version: wrapper build-root-directory: android execution-only-caches: true |
