Skip to content

Commit

Permalink
Trying with continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg committed Jan 23, 2024
1 parent 9066a96 commit cfb2f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfb2f52

Please sign in to comment.