Skip to content

Commit 670678d

Browse files
committed
fix ingress job
1 parent e1cb124 commit 670678d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ingress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
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" \

0 commit comments

Comments
 (0)