Skip to content

Commit

Permalink
Correct retention yaml (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve authored Jun 22, 2023
1 parent 68bf71d commit 80dcac4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:

- name: Store simulation logs
uses: actions/upload-artifact@v3
if: always()
with:
name: ci-logs
path: |
integration/.build/simulations/sim-log-*.txt
integration/.build/noderunner/noderunner-*.txt
integration/.build/wallet_extension/wal-ext-*.txt
integration/.build/eth2/*
if: always() # Ensures the artifacts are created even if the tests fail.
retention-days: 2
retention-days: 2


0 comments on commit 80dcac4

Please sign in to comment.