Skip to content

Commit 2567189

Browse files
committed
Upload model artifacts to github
Signed-off-by: shyam Jesal <[email protected]>
1 parent fe683f9 commit 2567189

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cri_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ jobs:
6262
GOPATH: /root/tmp/gopath
6363
GITHUB_RUN_ID: ${{ github.run_id }}-${{ github.run_number }}
6464
run: make test-cri
65+
66+
- name: Archive log artifacts
67+
if: ${{ always() }}
68+
uses: actions/upload-artifact@v2
69+
with:
70+
name: ctrd-logs
71+
path: |
72+
/tmp/ctrd-logs/${{ github.run_id }}
6573
6674
- name: Cleaning
6775
if: ${{ always() }}

0 commit comments

Comments
 (0)