Skip to content

Commit

Permalink
fix retention days
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Goelzer committed Oct 4, 2024
1 parent 920c2dc commit 1f2bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Upload Test Results
if: success() || failure()
uses: actions/upload-artifact@v4
retention-days: 7
with:
name: test-results
path: selenium-tests/target/test-results
retention-days: 7

publish_helm_chart:
name: Publish Helm Chart
Expand Down

0 comments on commit 1f2bc26

Please sign in to comment.