lower retention days to 7
This commit is contained in:
@@ -149,7 +149,7 @@ jobs:
|
|||||||
name: nightly-e2e-ios-${{ github.run_id }}
|
name: nightly-e2e-ios-${{ github.run_id }}
|
||||||
path: artifacts/ios
|
path: artifacts/ios
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 14
|
retention-days: 7
|
||||||
|
|
||||||
android:
|
android:
|
||||||
name: Android Maestro E2E
|
name: Android Maestro E2E
|
||||||
@@ -349,7 +349,7 @@ jobs:
|
|||||||
name: nightly-e2e-android-${{ github.run_id }}
|
name: nightly-e2e-android-${{ github.run_id }}
|
||||||
path: artifacts/android
|
path: artifacts/android
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
retention-days: 14
|
retention-days: 7
|
||||||
|
|
||||||
report:
|
report:
|
||||||
name: Report E2E failures
|
name: Report E2E failures
|
||||||
|
|||||||
Reference in New Issue
Block a user