We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68b9fe commit 781f258Copy full SHA for 781f258
.github/workflows/actions.yml
@@ -384,8 +384,6 @@ 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@v2
389
- name: Run Test Suite without source(config_lifecycle)
390
run: |
391
source cluster.env
@@ -395,6 +393,7 @@ jobs:
395
393
export DIR=$(uuidgen)
396
394
echo "Shared DIR: /shared/$DIR"
397
mkdir /shared/$DIR
+ ls -la
398
mv cnf-testsuite /shared/$DIR
399
cd /shared/$DIR
400
./cnf-testsuite setup
0 commit comments