From 05c66fe28dbfadf7eef0aa953fa69b1f07e8d969 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Thu, 28 Mar 2024 08:35:31 +0800 Subject: [PATCH] add security-dashboards-plugin (#1168) Signed-off-by: Hailong Cui --- .github/workflows/security-release-e2e-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-release-e2e-workflow.yml b/.github/workflows/security-release-e2e-workflow.yml index 4dd1fee87..8b80b32ca 100644 --- a/.github/workflows/security-release-e2e-workflow.yml +++ b/.github/workflows/security-release-e2e-workflow.yml @@ -22,4 +22,4 @@ jobs: uses: ./.github/workflows/release-e2e-workflow-template.yml with: test-name: Security - test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security/*' + test-command: env CYPRESS_NO_COMMAND_LOG=1 yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/security/*,cypress/integration/plugins/security-dashboards-plugin/*'