summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-02-05 11:53:00 +0100
committerAlbin <albin@mullvad.net>2024-02-05 11:53:00 +0100
commitb74f6d60a07b36581b2ba84a76c1f85bf00afa54 (patch)
tree8cefa705b2dce74de041ebde11dcc70eca1947af
parent6ae84fe40808cb9d1d64f7f831be84277820eaa5 (diff)
parent18063dc6a79813499b659a9f0429ebfeab161ce2 (diff)
downloadmullvadvpn-b74f6d60a07b36581b2ba84a76c1f85bf00afa54.tar.xz
mullvadvpn-b74f6d60a07b36581b2ba84a76c1f85bf00afa54.zip
Merge branch 'increase-gh-actions-artifact-retention-droid-661'
-rw-r--r--.github/workflows/android-app.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 8d55ebc5f2..a24e6993ee 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -105,7 +105,7 @@ jobs:
name: relay-list
path: build/relays.json
if-no-files-found: error
- retention-days: 1
+ retention-days: 7
build-native:
name: Build native
@@ -177,7 +177,7 @@ jobs:
name: native-libs
path: android/app/build/extraJni
if-no-files-found: error
- retention-days: 1
+ retention-days: 7
build-app:
name: Build app and run unit tests
@@ -291,7 +291,7 @@ jobs:
android/test/mockapi/build/outputs/apk
android/test/e2e/build/outputs/apk
if-no-files-found: error
- retention-days: 1
+ retention-days: 7
instrumented-tests:
name: Run instrumented tests
@@ -328,7 +328,7 @@ jobs:
name: ${{ matrix.test-type }}-instrumentation-report
path: /tmp/mullvad-${{ matrix.test-type }}-instrumentation-report
if-no-files-found: ignore
- retention-days: 1
+ retention-days: 7
instrumented-e2e-tests:
name: Run instrumented e2e tests