Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5b98dfd

Browse files
committed
[#22] Rename Test hook
1 parent b6f6d5e commit 5b98dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
helm -n integration-tests install test-scan ./scanner/test-scan/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
361361
helm -n integration-tests install http-webhook ./demo-apps/http-webhook
362362
WEB_HOOK_IP=$(kubectl get -n integration-tests service/http-webhook -o jsonpath='{.spec.clusterIP}')
363-
helm -n integration-tests install read-only-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
363+
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
364364
cd tests/integration/
365365
npx jest --ci --color read-write-hook
366366
helm -n integration-tests uninstall test-scan http-webhook read-only-hook

0 commit comments

Comments
 (0)