Skip to content

Commit

Permalink
chore: slog.slog in ci artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Dec 20, 2024
1 parent 9cb1472 commit 90d1ddd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/multichain-e2e-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ jobs:
env:
FILE: ${{ inputs.config }}

- name: Capture slog.slog
if: always()
run: |
cd $GITHUB_WORKSPACE
echo "Capturing agoric slog.slog"
kubectl exec -i agoriclocal-genesis-0 -c validator -- cat slog.slog > "${LOG_DIR}/slog.slog" 2>&1 || true
- name: Capture validator logs
if: always()
run: |
Expand Down

0 comments on commit 90d1ddd

Please sign in to comment.