Skip to content

Commit

Permalink
ci: output pod logs
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Aug 23, 2023
1 parent d6d4e46 commit 70f090b
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 @@ -119,6 +119,9 @@ jobs:
shell: bash

- run: kubectl get all --all-namespaces
- run: kubectl -n devnet get cm
- run: kubectl -n devnet describe po stacks-devnet-api
- run: kubectl -n devnet logs stacks-devnet-api

# - name: Install stable toolchain
# uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 70f090b

Please sign in to comment.