We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10612cb commit 2d25699Copy full SHA for 2d25699
.github/workflows/framework-golden-tests.yml
@@ -81,3 +81,10 @@ jobs:
81
CTF_CONFIGS: ${{ matrix.test.config }}
82
run: |
83
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