We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c281be5 commit 6d4b743Copy full SHA for 6d4b743
.github/workflows/prepare_test_items.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Download shell script for getting path of all test modules
52
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 }}
+ run: curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/get-all-tests.sh --output ${{ inputs.shell_path }}
54
55
- id: set-matrix
56
run: |
scripts/ci/test/get-all-tests.sh scripts/ci/get-all-tests.shscripts/ci/test/get-all-tests.sh renamed to scripts/ci/get-all-tests.sh
0 commit comments