Skip to content

Commit 683d92f

Browse files
Suppress report uploading failure in CI. (#1180)
Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 2c46797 commit 683d92f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sql-test-and-build-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Upload test reports
7171
if: ${{ always() && matrix.entry.os == 'ubuntu-latest' }}
7272
uses: actions/upload-artifact@v2
73+
continue-on-error: true
7374
with:
7475
name: test-reports
7576
path: |

0 commit comments

Comments
 (0)