Skip to content

Commit 3e02fad

Browse files
Yury-Fridlyandgithub-actions[bot]
authored andcommitted
Suppress report uploading failure in CI. (#1180)
Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> (cherry picked from commit 683d92f)
1 parent 67f7f98 commit 3e02fad

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)