From 063a75ee8cf30a844e86597f7b2fa318eda4f893 Mon Sep 17 00:00:00 2001 From: "Real Novo, Luis" Date: Tue, 14 Jan 2025 07:06:54 -0800 Subject: [PATCH] Update documentation for test runner --- test-runner/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test-runner/README.md b/test-runner/README.md index 7a526fc00..3735fe16d 100644 --- a/test-runner/README.md +++ b/test-runner/README.md @@ -264,6 +264,11 @@ Inputs for the action: description: 'Path to Test Dir' required: true type: string + test_file: + description: 'Name of the test file to use' + required: false + type: string + default: 'tests.yaml' token: required: true type: string