We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5f193 commit f1ddcd7Copy full SHA for f1ddcd7
.github/workflows/actions.yml
@@ -140,15 +140,6 @@ jobs:
140
kind create cluster --name $CLUSTER --config=/tmp/cluster.yml --kubeconfig ./$CLUSTER.conf --retain
141
export KUBECONFIG=$(pwd)/$CLUSTER.conf
142
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-
152
- name: Setup CNF-Conformance
153
run: |
154
helm repo add stable https://cncf.gitlab.io/stable
0 commit comments