From 0fc87fd54cf850e609e4a55d030203d57266e3d6 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 14 Dec 2023 17:40:05 -0500 Subject: [PATCH] add missed input for `only-module-tests` --- .github/workflows/module-plugin-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/module-plugin-test.yml b/.github/workflows/module-plugin-test.yml index 7ef8cd7..1f8201a 100644 --- a/.github/workflows/module-plugin-test.yml +++ b/.github/workflows/module-plugin-test.yml @@ -36,6 +36,11 @@ on: type: boolean default: false required: false + only-module-tests: + description: Flag to run only this module tests + type: boolean + default: false + required: false workflow_dispatch: inputs: php-version: