Skip to content

Commit 33a5f9d

Browse files
committed
✏️ Fix the setting logic error in the CI workflow.
1 parent e5df4d2 commit 33a5f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ci-scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/workflows/rw_uv_run_test.yaml
4242
with:
4343
test_type: ci-script-test
44-
test_folder: './scripts/test/ci_script_test'
44+
test_folder: './test/ci_script_test'
4545
python-versions: '["3.13"]'
4646
operating-systems: '["ubuntu-latest", "ubuntu-22.04", "macos-latest", "macos-14"]'
4747
test_working_directory: './scripts'

0 commit comments

Comments
 (0)