diff --git a/.github/workflows/test_local_integration.yaml b/.github/workflows/test_local_integration.yaml index 7d79efc428..dac210bda7 100644 --- a/.github/workflows/test_local_integration.yaml +++ b/.github/workflows/test_local_integration.yaml @@ -110,6 +110,12 @@ jobs: timeout: 300 max-restarts: 3 + - name: Kubernetes namespace report + uses: jupyterhub/action-k8s-namespace-report@v1 + if: always() + with: + namespace: "dev" + ### DEPLOYMENT TESTS - name: Deployment Pytests env: