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 c9c210d commit 181166fCopy full SHA for 181166f
.github/workflows/e2e.yaml
@@ -63,3 +63,9 @@ jobs:
63
uses: apache/skywalking-infra-e2e@7e4b5b68716fdb7b79b21fa8908f9db497e1b115
64
with:
65
e2e-file: ${{ matrix.case.path }}
66
+ - uses: actions/upload-artifact@v4
67
+ if: ${{ failure() }}
68
+ name: Upload Logs
69
+ with:
70
+ name: test-logs-${{ matrix.test.name }}
71
+ path: "${{ env.SW_INFRA_E2E_LOG_DIR }}"
0 commit comments