Skip to content

Commit 3320df2

Browse files
committed
Update cpp_extra.yml
1 parent 5603106 commit 3320df2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,15 @@ jobs:
618618
shell: cmd
619619
run: |
620620
call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\arrow_flight_sql_odbc.dll
621+
- name: Upload test executable and dependencies for debugging
622+
if: always()
623+
uses: actions/upload-artifact@v7
624+
with:
625+
name: arrow-flight-sql-odbc-test-debug
626+
path: |
627+
build/cpp/${{ env.ARROW_BUILD_TYPE }}/arrow-flight-sql-odbc-test.exe
628+
build/cpp/${{ env.ARROW_BUILD_TYPE }}/*.dll
629+
if-no-files-found: warn
621630
- name: Test
622631
shell: cmd
623632
run: |

0 commit comments

Comments
 (0)