Skip to content

Commit 78644d9

Browse files
committed
Add upload step for Durable Task Sidecar logs in build validation workflow
1 parent 99aef8c commit 78644d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-validation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161

6262
- name: Kill Durable Task Sidecar
6363
run: docker kill durabletask-sidecar
64+
65+
- name: Upload Durable Task Sidecar Logs
66+
uses: actions/upload-artifact@v4
67+
with:
68+
name: Durable Task Sidecar Logs
69+
path: durabletask-sidecar.log
6470

6571
- name: Archive test report
6672
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)