ci: retain test result for default period
This commit is contained in:
parent
07f6205294
commit
182a0c11e7
|
@ -43,7 +43,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: supported
|
name: supported
|
||||||
path: results/supported.txt
|
path: results/supported.txt
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
list-os-info:
|
list-os-info:
|
||||||
name: List all OS info
|
name: List all OS info
|
||||||
|
@ -66,7 +65,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: infos
|
name: infos
|
||||||
path: results/infos.txt
|
path: results/infos.txt
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
list-all-urls:
|
list-all-urls:
|
||||||
needs: [list-supported]
|
needs: [list-supported]
|
||||||
|
@ -96,7 +94,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: urls
|
name: urls
|
||||||
path: results/urls.txt
|
path: results/urls.txt
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
check-all-urls:
|
check-all-urls:
|
||||||
name: Check all URLs
|
name: Check all URLs
|
||||||
|
|
Loading…
Reference in New Issue