From 832d06a7f238d99c6153923e40ffa3a35f41c6b0 Mon Sep 17 00:00:00 2001 From: Dima <9010963+message-dimke@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:54:36 +0300 Subject: [PATCH] Adding plugin e2e option for QIT action. --- .github/workflows/run-qit-all.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run-qit-all.yml b/.github/workflows/run-qit-all.yml index 3f0873c4..49066e70 100644 --- a/.github/workflows/run-qit-all.yml +++ b/.github/workflows/run-qit-all.yml @@ -45,6 +45,11 @@ on: required: true default: false type: boolean + test-plugin-e2e: + description: 'Should Plugin E2E be tested? (takes a lot of time)' + required: true + default: false + type: boolean # Advanced customization. ignore-fail: