Skip to content

Commit 6d4b743

Browse files
committed
🧬 Refactor the shell script file path.
1 parent c281be5 commit 6d4b743

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/prepare_test_items.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Download shell script for getting path of all test modules
5252
if: ${{ inputs.use_customized_shell != true }}
53-
run: curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/test/get-all-tests.sh --output ${{ inputs.shell_path }}
53+
run: curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/get-all-tests.sh --output ${{ inputs.shell_path }}
5454

5555
- id: set-matrix
5656
run: |

0 commit comments

Comments
 (0)