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

Commit 2951612

Browse files
committed
[#22] Ensure that the right test is invoked for ro-hooks
1 parent 5b98dfd commit 2951612

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
@@ -362,7 +362,7 @@ jobs:
362362
WEB_HOOK_IP=$(kubectl get -n integration-tests service/http-webhook -o jsonpath='{.spec.clusterIP}')
363363
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ --set="webhookUrl=http://$WEB_HOOK_IP/hallo-welt"
364364
cd tests/integration/
365-
npx jest --ci --color read-write-hook
365+
npx jest --ci --color read-only-hook
366366
helm -n integration-tests uninstall test-scan http-webhook read-only-hook
367367
- name: "nmap Integration Tests"
368368
run: |

0 commit comments

Comments
 (0)