mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e]Fix log name for deploy test action (#17967)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
5083425291
commit
2b557355db
2
.github/workflows/deploy-test.yaml
vendored
2
.github/workflows/deploy-test.yaml
vendored
@ -344,5 +344,5 @@ jobs:
|
||||
if: ${{ ! success() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: helm-log-${{ matrix.mode }}-${{ matrix.task }}
|
||||
name: helm-log-${{ matrix.mq_type }}-${{ matrix.mode }}-${{ matrix.task }}
|
||||
path: tests/python_client/deploy/k8s_logs
|
||||
|
Loading…
Reference in New Issue
Block a user