github action procees to next step if failure

pull/6636/head
Medya Gh 2020-02-14 11:28:50 -08:00
parent 3ab43e54e3
commit edb76fabdf
1 changed files with 10 additions and 5 deletions

View File

@ -67,7 +67,8 @@ jobs:
name: minikube_binaries
- name: run integration test
continue-on-error: true
shell: bash
# bash {0} to allow test to continue to next step. in case of
shell: bash {0}
run: |
cd minikube_binaries
mkdir -p report
@ -120,7 +121,8 @@ jobs:
name: minikube_binaries
- name: run integration test
continue-on-error: true
shell: bash
# bash {0} to allow test to continue to next step. in case of
shell: bash {0}
run: |
pwd
cd minikube_binaries
@ -173,7 +175,8 @@ jobs:
name: minikube_binaries
- name: run integration test
continue-on-error: true
shell: bash
# bash {0} to allow test to continue to next step. in case of
shell: bash {0}
run: |
pwd
cd minikube_binaries
@ -226,7 +229,8 @@ jobs:
name: minikube_binaries
- name: run integration test
continue-on-error: true
shell: bash
# bash {0} to allow test to continue to next step. in case of
shell: bash {0}
run: |
pwd
cd minikube_binaries
@ -289,7 +293,8 @@ jobs:
name: minikube_binaries
- name: run integration test
continue-on-error: true
shell: bash
# bash {0} to allow test to continue to next step. in case of
shell: bash {0}
run: |
cd minikube_binaries
mkdir -p report