Skip to content

Commit 06a311c

Browse files
committed
πŸ‘¨β€πŸ’» Just check the files for troubleshooting.
1 parent d04003a commit 06a311c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ jobs:
122122
continue-on-error: true
123123

124124
- name: Rename the code coverage result file
125-
run: mv ./.coverage ./.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
125+
run: |
126+
ls -la
127+
mv ./.coverage ./.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
126128
127129
- name: Upload code coverage result file
128130
uses: actions/upload-artifact@v3

0 commit comments

Comments
Β (0)