mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
CI: Keep test artifacts around longer
From this action's documentation, "0 means using default retention." There's no reason for this to have a different retention duration than the CI results themselves.
This commit is contained in:
parent
4fd42313ae
commit
432bbb4a56
Notes:
github-actions[bot]
2024-12-02 23:05:49 +00:00
Author: https://github.com/AtkinsSJ
Commit: 432bbb4a56
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2708
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lagom-template.yml
vendored
2
.github/workflows/lagom-template.yml
vendored
|
@ -192,7 +192,7 @@ jobs:
|
|||
with:
|
||||
name: libweb-test-artifacts-${{ inputs.os_name }}-${{inputs.fuzzer}}-${{inputs.toolchain}}-${{inputs.clang-plugins}}
|
||||
path: ${{ github.workspace }}/Build/UI/Headless/test-dumps
|
||||
retention-days: 7
|
||||
retention-days: 0
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: Lints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue