From bd05f753c9e2d7cd6485c237f8ef07ed70889ffa Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sun, 16 Jul 2023 23:20:38 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b258c79..3001f6a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,9 +17,10 @@ jobs: # script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step) js-file: ${{ steps.publish-js-filename.outputs.script-file }} steps: - #- name: Error on purpose - # id: failingstep - # run: exit 1 + - name: Error on purpose + id: failingstep + continue-on-error: true + run: exit 1 #- name: Continue with this step anyway # if: ${{ failure() && steps.failingstep.conclusion == 'failure' }} # run: echo "Still running... ${{toJSON(steps)}}"