We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4d09 commit a395c14Copy full SHA for a395c14
.github/workflows/pr.yml
@@ -79,6 +79,9 @@ jobs:
79
kind create cluster --image kindest/node:"$K8S_VERSION"
80
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind
81
SUPPORT_VOLUME_EXPANSION=false make system-tests
82
+ - name: Setup tmate session
83
+ if: ${{ failure() }} # start a debugging tmate session when system tests fail
84
+ uses: mxschmitt/action-tmate@v3
85
86
kubectl_tests:
87
name: kubectl rabbitmq tests
0 commit comments