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

Commit 8eb3209

Browse files
committed
[#22] Fix wording for Hook integration tests
To comply with ADR-0001 I changed the test names for Hooks.
1 parent 68780ac commit 8eb3209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
run: |
342342
cd tests/integration/
343343
npx jest --ci --color no-scan-definition-error
344-
- name: "Hooks (Read-Write) Integration Tests"
344+
- name: "Hooks (ReadAndWrite) Integration Tests"
345345
run: |
346346
helm -n integration-tests install update-category ./hooks/update-field/ \
347347
--set="image.tag=sha-$(git rev-parse --short HEAD)" \
@@ -355,7 +355,7 @@ jobs:
355355
cd tests/integration/
356356
npx jest --ci --color read-write-hook
357357
helm -n integration-tests uninstall test-scan update-category update-severity
358-
- name: "Hooks (Read-Only) Integration Tests"
358+
- name: "Hooks (ReadOnly) Integration Tests"
359359
run: |
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

0 commit comments

Comments
 (0)