diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1bcd0b7ca..8cd44fdcf 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -140,15 +140,6 @@ jobs: kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig ./$CLUSTER.conf --retain export KUBECONFIG=$(pwd)/$CLUSTER.conf kubectl get nodes - - name: Cache crystal shards - uses: actions/cache@v4 - env: - cache-name: cache-crystal-shards - with: - path: ./lib - key: lib-${{ hashFiles('**/shard.lock') }} - restore-keys: | - lib- - name: Setup CNF-Conformance run: | helm repo add stable https://cncf.gitlab.io/stable