mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
2
.github/workflows/lagom-template.yml
vendored
2
.github/workflows/lagom-template.yml
vendored
|
|
@ -192,7 +192,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: libweb-test-artifacts-${{ inputs.os_name }}-${{inputs.fuzzer}}-${{inputs.toolchain}}-${{inputs.clang-plugins}}
|
name: libweb-test-artifacts-${{ inputs.os_name }}-${{inputs.fuzzer}}-${{inputs.toolchain}}-${{inputs.clang-plugins}}
|
||||||
path: ${{ github.workspace }}/Build/UI/Headless/test-dumps
|
path: ${{ github.workspace }}/Build/UI/Headless/test-dumps
|
||||||
retention-days: 7
|
retention-days: 0
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
- name: Lints
|
- name: Lints
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user