From f1ddcd7a294e1f02a9d7f4736335d2af92c27e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 15 Jan 2025 12:48:50 +0100 Subject: [PATCH] Temporarily remove cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Ollivier --- .github/workflows/actions.yml | 9 --------- 1 file changed, 9 deletions(-) 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