Skip to content

Commit 0359a9e

Browse files
committed
feat: add artifact upload for YDB configuration files in SLO workflow
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent d008c9e commit 0359a9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/slo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ jobs:
156156
path: ./chaos-ydb.log
157157
retention-days: 1
158158

159+
- if: always()
160+
uses: actions/upload-artifact@v4
161+
with:
162+
name: ${{matrix.sdk.name}}-slo-output
163+
path: .slo/*
164+
retention-days: 1
165+
159166
- if: success()
160167
name: Cleanup SLO Database
161168
run: |

0 commit comments

Comments
 (0)