You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/rw_poetry_run_test.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@
8
8
# * runtime_os: The OS to use for runtime environment. In default, it's 'ubuntu-latest'.
9
9
# * python_version: The Python version to run the workflow. In default, it's Python version '3.11'.
10
10
# * 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.
11
12
# * 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.
12
14
# * all_test_items_paths: The target paths of test items under test.
13
15
# * setup_http_server: If it's true, it would set up and run HTTP server for testing.
14
16
# * http_server_host: The host IPv4 address of HTTP server.
@@ -51,7 +53,7 @@ on:
51
53
description: "The working directory for test running."
52
54
required: false
53
55
type: string
54
-
default: ''
56
+
default: './'
55
57
install_dependency_with_group:
56
58
description: "Install the dependency by Poetry configuration with dependency group setting. This parameter receive the dependency group naming."
0 commit comments