@@ -74,13 +74,13 @@ jobs:
74
74
- name : Test
75
75
run : dotnet test -c Release --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"
76
76
77
- - name : Upload dotnet test results
78
- uses : actions/upload-artifact@v4
79
- with :
80
- name : dotnet-results-${{ matrix.rid }}
81
- path : TestResults-${{ matrix.rid }}
82
- # Use always() to always run this step to publish test results when there are test failures
83
- if : ${{ always() }}
77
+ # - name: Upload dotnet test results
78
+ # uses: actions/upload-artifact@v4
79
+ # with:
80
+ # name: dotnet-results-${{ matrix.rid }}
81
+ # path: TestResults-${{ matrix.rid }}
82
+ # # Use always() to always run this step to publish test results when there are test failures
83
+ # if: ${{ always() }}
84
84
85
85
# - name: Pack chdb-${{ matrix.rid }}
86
86
# run: |
@@ -115,11 +115,11 @@ jobs:
115
115
- name : Download chdb library
116
116
run : ./update_libchdb.sh
117
117
118
- - name : Upload libchdb Artifact
119
- uses : actions/upload-artifact@v4
120
- with :
121
- name : libchdb
122
- path : libchdb.so
118
+ # - name: Upload libchdb Artifact
119
+ # uses: actions/upload-artifact@v4
120
+ # with:
121
+ # name: libchdb
122
+ # path: libchdb.so
123
123
124
124
- name : Pack
125
125
run : |
@@ -141,11 +141,8 @@ jobs:
141
141
steps :
142
142
- uses : actions/checkout@v4
143
143
144
- - name : Download Artifact
145
- uses : actions/download-artifact@v4
146
- with :
147
- name : libchdb
148
- path : libchdb.so
144
+ - name : Download chdb library
145
+ run : ./update_libchdb.sh
149
146
150
147
- name : Pack
151
148
run : |
0 commit comments