From cfb2f528c259d29fb7d091d2f25396c9a487d988 Mon Sep 17 00:00:00 2001 From: Kapil Gupta Date: Tue, 23 Jan 2024 15:36:07 +0530 Subject: [PATCH] Trying with continue-on-error --- .github/workflows/bat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bat.yml b/.github/workflows/bat.yml index fa91025..8e9012a 100644 --- a/.github/workflows/bat.yml +++ b/.github/workflows/bat.yml @@ -114,13 +114,14 @@ jobs: rm buildlog.txt - name: Run build with continue on failure + continue-on-error: true uses: ./ with: tasks: error deploy additional-build-options: -continueOnFailure - name: Verify correct tasks appear in buildlog.txt - if: ${{ always() }} + # if: ${{ always() }} run: | set -e grep "erroring" buildlog.txt