Skip to content

Commit 5e1e58b

Browse files
committed
✏️ Adjust the working directory as current directory.
1 parent dac6320 commit 5e1e58b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rw_get_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
description: "The working directory for test running."
2424
required: false
2525
type: string
26-
default: ''
26+
default: './'
2727
shell_path:
2828
description: "The file path of shell script which gets all the test items."
2929
required: false

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
description: "The working directory for test running."
5454
required: false
5555
type: string
56-
default: ''
56+
default: './'
5757
install_dependency_with_group:
5858
description: "Install the dependency by Poetry configuration with dependency group setting. This parameter receive the dependency group naming."
5959
type: string

0 commit comments

Comments
 (0)