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 d2f6686 commit 5fb717bCopy full SHA for 5fb717b
.github/workflows/win_test_template.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
mkdir build/xml_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}
90
cp -r build/Testing/2*/*.xml build/xml_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}/
91
- mv build/test build/test_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}
+ cp -r build/test build/test_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}
92
continue-on-error: true
93
- name: Upload test artifacts
94
if: always()
0 commit comments