mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-12 18:21:34 +00:00
Add continue-on-error in ci e2e test
Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
1
.github/workflows/e2e-test-kind.yaml
vendored
1
.github/workflows/e2e-test-kind.yaml
vendored
@@ -124,6 +124,7 @@ jobs:
|
||||
GINKGO_FOCUS=Basic VELERO_IMAGE=velero:pr-test \
|
||||
make -C test/e2e run
|
||||
- name: Upload debug bundle
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: DebugBundle
|
||||
|
||||
Reference in New Issue
Block a user