integrated junit-reports with ghactions (#9361)
This commit is contained in:
parent
f9cce5a4ed
commit
ad4655a568
3 changed files with 23 additions and 0 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -267,6 +267,12 @@ jobs:
|
|||
kind get kubeconfig > $HOME/.kube/kind-config-kind
|
||||
make kind-e2e-test
|
||||
|
||||
- name: Uplaod e2e junit-reports
|
||||
uses: actions/upload-artifact@v2
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: e2e-test-reports
|
||||
path: 'test/junitreports/report*.xml'
|
||||
|
||||
kubernetes-chroot:
|
||||
name: Kubernetes chroot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue