Skip to content

Commit

Permalink
add eth2 logs
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Feb 6, 2023
1 parent edc5f3e commit 090b7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- name: Store simulation logs
uses: actions/upload-artifact@v3
with:
name: sim-logs
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.

0 comments on commit 090b7dc

Please sign in to comment.