Skip to content

Commit c61dd3a

Browse files
committed
šŸ€ Add one more step creates the target directories to avoid to the current repo doesn't have the folder.
1 parent d11ff33 commit c61dd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ā€Ž.github/workflows/rw_organize_test_cov_reports.yamlā€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
6464
working-directory: ${{ inputs.test_working_directory }}
6565
run: |
66+
mkdir -p ./scripts/ci
6667
curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/combine_coverage_reports.sh --output ./scripts/ci/combine_coverage_reports.sh
6768
bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} .coverage.
6869

0 commit comments

Comments
Ā (0)