Skip to content

Commit c14702b

Browse files
committed
πŸ‘¨β€πŸ’» Add more info to check the files for troubleshooting.
1 parent 06a311c commit c14702b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

β€Ž.github/workflows/rw_poetry_run_test.yamlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,11 @@ jobs:
123123

124124
- name: Rename the code coverage result file
125125
run: |
126+
echo "Before rename file ..."
126127
ls -la
127128
mv ./.coverage ./.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
129+
echo "After rename file ..."
130+
ls -la
128131
129132
- name: Upload code coverage result file
130133
uses: actions/upload-artifact@v3

0 commit comments

Comments
Β (0)