From 8faae42c396a5813171780beeee04f75500eb701 Mon Sep 17 00:00:00 2001 From: Nikhil Bhoski <47204011+nbhoski@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:11:45 +0530 Subject: [PATCH] Verify failed tasks --- .github/workflows/bat.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/bat.yml b/.github/workflows/bat.yml index 3cfaaf9..235de67 100644 --- a/.github/workflows/bat.yml +++ b/.github/workflows/bat.yml @@ -179,11 +179,6 @@ jobs: build-options: -continueOnFailure startup-options: -logfile console.log - - name: Verify workflow command is added - run: | - grep "::group::deploy" console.log - grep "::error::error task failed" console.log - rm console.log - name: Verify Exception for Invalid task uses: ./