Skip to content

Commit f3b4157

Browse files
committed
⚙️ Modify the settings and fix the syntx issue.
1 parent dacf744 commit f3b4157

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ on:
2323
- "test/**"
2424
# The shell scripts or actions this workflow would use.
2525
- ".github/workflows/rw_get_tests.yaml"
26-
- ".github/workflows/rw_poetry_run_test.yaml"
26+
- ".github/workflows/rw_run_test.yaml"
27+
- ".github/workflows/rw_run_test_with_multi_py_version.yaml"
2728
- ".github/workflows/rw_organize_test_cov_reports.yaml"
2829
- "scripts/ci/combine_coverage_reports.sh"
2930
- ".github/workflows/rw_upload_test_cov_report.yaml"
@@ -56,7 +57,8 @@ on:
5657
- "test/**"
5758
# The shell scripts or actions this workflow would use.
5859
- ".github/workflows/rw_get_tests.yaml"
59-
- ".github/workflows/rw_poetry_run_test.yaml"
60+
- ".github/workflows/rw_run_test.yaml"
61+
- ".github/workflows/rw_run_test_with_multi_py_version.yaml"
6062
- ".github/workflows/rw_organize_test_cov_reports.yaml"
6163
- "scripts/ci/combine_coverage_reports.sh"
6264
- ".github/workflows/rw_upload_test_cov_report.yaml"
@@ -89,7 +91,7 @@ jobs:
8991
needs: prep-testbed_unit-test
9092
uses: ./.github/workflows/rw_run_test.yaml
9193
with:
92-
python_version: 3.10,3.11
94+
python_version: 3.10
9395
test_type: unit-test
9496
all_test_items_paths: ${{needs.prep-testbed_unit-test.outputs.all_test_items}}
9597

0 commit comments

Comments
 (0)