mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user