Skip to content

Commit

Permalink
CI: Keep test artifacts around longer
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AtkinsSJ committed Dec 2, 2024
1 parent 4dfa947 commit 7d19741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lagom-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d19741

Please sign in to comment.