Skip to content

Commit 2d25699

Browse files
committed
upload logs in golden pipeline
1 parent 10612cb commit 2d25699

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,10 @@ jobs:
8181
CTF_CONFIGS: ${{ matrix.test.config }}
8282
run: |
8383
go test -timeout ${{ matrix.test.timeout }} -v -count ${{ matrix.test.count }} -run ${{ matrix.test.name }}
84+
- name: Upload Logs
85+
if: always()
86+
uses: actions/upload-artifact@v3
87+
with:
88+
name: container-logs
89+
path: framework/examples/myproject/logs
90+
retention-days: 1

0 commit comments

Comments
 (0)