Skip to content

Commit f1ddcd7

Browse files
committed
Temporarily remove cache
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
1 parent 5f5f193 commit f1ddcd7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/actions.yml

-9
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,6 @@ jobs:
140140
kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig ./$CLUSTER.conf --retain
141141
export KUBECONFIG=$(pwd)/$CLUSTER.conf
142142
kubectl get nodes
143-
- name: Cache crystal shards
144-
uses: actions/cache@v4
145-
env:
146-
cache-name: cache-crystal-shards
147-
with:
148-
path: ./lib
149-
key: lib-${{ hashFiles('**/shard.lock') }}
150-
restore-keys: |
151-
lib-
152143
- name: Setup CNF-Conformance
153144
run: |
154145
helm repo add stable https://cncf.gitlab.io/stable

0 commit comments

Comments
 (0)