Skip to content

Commit

Permalink
Merge pull request #27 from consideRatio/pr/debug-on-error
Browse files Browse the repository at this point in the history
ci: emit a namespace report of kube-system on failure
  • Loading branch information
manics authored Jan 22, 2021
2 parents abf1ec6 + dfc6064 commit 3b7b17d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test_k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ jobs:
- name: Run network policies test
run: helm test test-calico --logs

# GitHub Action reference: https://github.com/jupyterhub/action-k8s-namespace-report
- name: Kubernetes namespace report
if: always()
uses: jupyterhub/action-k8s-namespace-report@v1
with:
# NOTE: This modifies the kubeconfig's current context's default
# namespace as of v1.0.1...
namespace: kube-system

test_install_k3s_options:
runs-on: ubuntu-latest
name: Test K3s options
Expand Down

0 comments on commit 3b7b17d

Please sign in to comment.