Skip to content

Commit 4f96d14

Browse files
committed
➕ Add new parameters about description in comment.
1 parent e7678ef commit 4f96d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
# * runtime_os: The OS to use for runtime environment. In default, it's 'ubuntu-latest'.
99
# * python_version: The Python version to run the workflow. In default, it's Python version '3.11'.
1010
# * test_type: The testing type. In generally, it only has 2 options: 'unit-test' and 'integration-test'.
11+
# * test_working_directory: The working directory for test running.
1112
# * install_dependency_with_group: Install the dependency by Poetry configuration with dependency group setting. This parameter receive the dependency group naming.
13+
# * install_dependency_without_group: Install the dependency by Poetry configuration without dependency group setting. This parameter receive the dependency group naming.
1214
# * all_test_items_paths: The target paths of test items under test.
1315
# * setup_http_server: If it's true, it would set up and run HTTP server for testing.
1416
# * http_server_host: The host IPv4 address of HTTP server.

0 commit comments

Comments
 (0)