From edb76fabdfe49ad501fbeff494fbdca3dab548a5 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Fri, 14 Feb 2020 11:28:50 -0800 Subject: [PATCH] github action procees to next step if failure --- .github/workflows/main.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0b53ab2f4..2dedce3882 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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