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

Commit 027f26d

Browse files
committed
Updated CI.yaml with Cascading Integration Test
1 parent 256c241 commit 027f26d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ jobs:
440440
helm -n integration-tests install zap ./scanners/zap/ --set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
441441
cd tests/integration/
442442
npx jest --ci --color zap
443+
- name: "Cascading Scans Integration Tests"
444+
run: |
445+
cd tests/integration/
446+
npx jest --ci --color cascading-test
443447
- name: Inspect Post Failure
444448
if: failure()
445449
run: |

0 commit comments

Comments
 (0)