File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 git clone --depth 1 https://github.com/kubernetes-sigs/ingress-controller-conformance.git ${TMP_DIR}/ingress-controller-conformance
4141 cd ${TMP_DIR}/ingress-controller-conformance
4242 make build
43- sudo cp ${TMP_DIR}/ingress-controller-conformance/ingress-conformance /usr/local/bin/ingress-conformance
44- sudo chmod +x /usr/local/bin/ingress-conformance
43+ sudo cp ${TMP_DIR}/ingress-controller-conformance/ingress-controller- conformance /usr/local/bin/ingress-controller -conformance
44+ sudo chmod +x /usr/local/bin/ingress-controller- conformance
4545 cd -
4646 # kubectl
4747 curl -L https://dl.k8s.io/${{ env.K8S_VERSION }}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Run tests
111111 run : |
112- /usr/local/bin/ingress-conformance \
112+ /usr/local/bin/ingress-controller- conformance \
113113 --ingress-class=kube-ingress \
114114 --no-colors \
115115 --output-directory="${PWD}/_artifacts" \
You can’t perform that action at this time.
0 commit comments