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 aca9258 commit bad691cCopy full SHA for bad691c
.github/workflows/pr.yml
@@ -75,9 +75,6 @@ jobs:
75
kind create cluster --image kindest/node:"$K8S_VERSION"
76
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind
77
SUPPORT_VOLUME_EXPANSION=false make system-tests
78
- - name: Setup tmate session
79
- if: ${{ failure() }} # start a debugging tmate session when system tests fail
80
- uses: mxschmitt/action-tmate@v3
81
82
kubectl_tests:
83
name: kubectl rabbitmq tests
0 commit comments