Skip to content

Commit

Permalink
agent logs?
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Jan 3, 2025
1 parent 864739f commit eec3a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ jobs:
- run: kind load image-archive /tmp/test.tar
- run: |
cargo test --target=x86_64-unknown-linux-gnu -p tests steal_http_ipv6_traffic -- --ignored --test-threads=6
- name: fetch agent logs
if: ${{ failure() }}
run: kubectl logs -l app==mirrord --tail -1

lint_markdown:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit eec3a28

Please sign in to comment.