Skip to content

Commit dba3292

Browse files
committed
✏️ Modify the usage of reusable workflow with new feature.
1 parent e9d6742 commit dba3292

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
# name: Prepare all unit test items
3333
uses: ./.github/workflows/prepare_test_items.yaml
3434
with:
35-
shell_path: scripts/ci/test/get-unit-test-paths.sh
36-
shell_arg: unix
35+
shell_arg: test/unit_test/
3736

3837

3938
prep-testbed_integration-test:
@@ -42,6 +41,7 @@ jobs:
4241
with:
4342
shell_path: scripts/ci/test/get-integration-test-paths.sh
4443
shell_arg: unix
44+
use_customized_shell: true
4545

4646

4747
run_unit-test:

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
# name: Prepare all unit test items
3535
uses: ./.github/workflows/prepare_test_items.yaml
3636
with:
37-
shell_path: scripts/ci/test/get-unit-test-paths.sh
38-
shell_arg: unix
37+
shell_arg: test/unit_test/
3938

4039

4140
prep-testbed_integration-test:
@@ -44,6 +43,7 @@ jobs:
4443
with:
4544
shell_path: scripts/ci/test/get-integration-test-paths.sh
4645
shell_arg: unix
46+
use_customized_shell: true
4747

4848

4949
run_unit-test:

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
# name: Prepare all unit test items
3434
uses: ./.github/workflows/prepare_test_items.yaml
3535
with:
36-
shell_path: scripts/ci/test/get-unit-test-paths.sh
37-
shell_arg: unix
36+
shell_arg: test/unit_test/
3837

3938

4039
run_unit-test:

0 commit comments

Comments
 (0)