diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 1d75c48..a0992f2 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -38,7 +38,7 @@ jobs: release-version: v0.15.20 ci-version: "" binary-name: cilium-cli - binary-dir: . + binary-dir: /usr/local/bin - name: Install Cilium run: | cd test/conformance diff --git a/test/conformance/stage-1.sh b/test/conformance/stage-1.sh index c039c2d..1f39942 100755 --- a/test/conformance/stage-1.sh +++ b/test/conformance/stage-1.sh @@ -9,7 +9,7 @@ #cilium install --version="v1.15.0-rc.0" \ #cilium install --version="v1.14.5" \ -./cilium-cli install --version="v1.15.0-rc.0" \ +cilium-cli install --version="v1.15.0-rc.0" \ --values=repro.yaml #--set cluster.name=talos-e2e-tom12-207 \ #--set vtep.enabled=false \