We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c979431 commit 04e5516Copy full SHA for 04e5516
.github/workflows/actions.yml
@@ -384,6 +384,8 @@ jobs:
384
kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig /tmp/$CLUSTER.conf
385
export KUBECONFIG=/tmp/$CLUSTER.conf
386
kubectl get nodes
387
+ - name: Setup tmate session
388
+ uses: mxschmitt/action-tmate@v3
389
- name: Run Test Suite without source(config_lifecycle)
390
run: |
391
source cluster.env
0 commit comments