We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5603106 commit 3320df2Copy full SHA for 3320df2
.github/workflows/cpp_extra.yml
@@ -618,6 +618,15 @@ jobs:
618
shell: cmd
619
run: |
620
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
630
- name: Test
631
632
0 commit comments