Skip to content

Commit 781f258

Browse files
dir debug
1 parent e68b9fe commit 781f258

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/actions.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ jobs:
384384
kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig /tmp/$CLUSTER.conf
385385
export KUBECONFIG=/tmp/$CLUSTER.conf
386386
kubectl get nodes
387-
- name: Setup tmate session
388-
uses: mxschmitt/action-tmate@v2
389387
- name: Run Test Suite without source(config_lifecycle)
390388
run: |
391389
source cluster.env
@@ -395,6 +393,7 @@ jobs:
395393
export DIR=$(uuidgen)
396394
echo "Shared DIR: /shared/$DIR"
397395
mkdir /shared/$DIR
396+
ls -la
398397
mv cnf-testsuite /shared/$DIR
399398
cd /shared/$DIR
400399
./cnf-testsuite setup

0 commit comments

Comments
 (0)